- 2013-12-10雷军微博披露小米“魔方”项目
 - 2013-12-1012306购票首度接入支付宝 支付时间可以快至5秒
 - 2013-12-10中国移动官网显示周四接受iPhone 5s预订
 - 2013-12-0912306 App研发故事:变成开放系统 社会人员助力
 - 2013-10-15天猫“双十一”今年打通线上线下:实体店参与。
 - 2013-10-15根据专利显示iPhone将有防摔功能。
 - 2013-10-12百度或可全面收购人人网,传闻四起!
 - 2013-10-07生物密码时代何时到来?尚存隐私泄露隐忧
 - 2013-09-29国务院近日印发了上海自由贸易试验区总体方案,自贸区...
 - 2013-09-29移动医疗大潮袭来,看着是肉 咬下去是骨头。
 
Win2003配置Apache+Tomcat多站点
	NameVirtualHost *:80
 <VirtualHost *:80>
 ProxyPreserveHost On
 ServerAdmin feifei0658@sina.com
 ServerName www.shundabanjia.com 
 DocumentRoot "G:\wuyubing\www"
 DirectoryIndex index.html index.htm index.asp 
 ProxyPass / http://www.shundabanjia.com:88/
 ProxyPassReverse / http://www.shundabanjia.com:88/
 </VirtualHost>
 LoadModule jk_module modules/mod_jk.so 
 JkWorkersFile "D:\tomcat5.0.28\conf\workers.properties" 
 <VirtualHost *:80>
 ServerAdmin feifei0658@sina.com 
 ServerName www.openria.cn
 DirectoryIndex index.html index.htm index.jsp
 JkMount /* ajp13 
 JkAutoAlias "D:\tomcat-5.0.28\webapps\ria" 
 <Directory "D:\tomcat-5.0.28\webapps\ria">
 Options Indexes FollowSymLinks
 allow from all
 </Directory>
 </VirtualHost>
"Use name-based virtual hosting."要打开,去掉NameVirtualHost *:80前面的#号。
注:本站部分信息可能源于互联网分享,如有侵权,请告知,我们将及时删除!
- 用户评论
 - 相关文章
 
- 
								最新评论
 
- 
							1 
bash_profile和.bashr...
详细介绍bash_profile和.bashrc之间的区别。... - 
							2 
awstats的安装简易指南...
介绍awstats的安装使用,使其能快速部署。 - 
							3 
分布式监控系统gangli...
详细介绍ganglia配置过程 - 
							4 
使用IIS+Resin来配置J...
本文介绍使用IIS+Resin来配置JSP的运行环境... - 
							5 
MYSQL的主要参数设置(...
MYSQL的主要参数设置(优化) - 
							6 
Linux服务器安全小技巧...
Linux 服务器安全小技巧 









