我爱Aspx >> Asp.Net >> WIN2003上Apache2+IIS6+Tomcat5之多站点完美配置篇本来以为上一次的配置就搞定了,结果本地测试好好的,到了服务器上调试就完蛋了,本地只测试了一个asp站和一个jsp站,而实际情况是多个asp站和我的jsp站,又试了两次还是不行,终于在第三次尝试后搞定了,写下来做个纪念。
第一次尝试使用:
<VirtualHost *:80>
ServerAdmin feifei0658@sina.com
ServerName www.5hope.com
DcumentRoot "G:\5hope
DirectoryIndex index.html index.htm index.asp
ProxyPass / http://www.5hope.com:88/
ProxyPassReverse / www.5hope.com:88/
</VirtualHost>
<VirtualHost *:80>
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/
Ҷƪл˵?
XSL学习心得-制作图像超链接[08-01]
URL编码与SQL注入[08-01]
为什么PHP令人不爽(对于大型系统..[08-01]
Word成功能强大的媒体播放器[08-01]
Photoshop特效:融化的透明胶体字[08-01]
Photoshop精彩特效:玻璃砖墙材质..[08-01]
初谈ADO.NET中利用DataAdapter进..[08-01]
使Div内内容可编辑[08-01]
WPS表格2005排序功能全接触[08-01]
入门:Linux 2.6 内核的嵌入式系统..[08-01]