我爱Aspx >> Asp.Net >> WIN2003上Apache2+IIS6+Tomcat5之多站点完美配置篇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>
这回经过查官方资料,发现了一个属性,叫ProxyPreserveHost On,试了一下,是可以用实现多个虚拟的asp站点了,但是和我的tomcat站点定义冲突,访问不了jsp站,又不行,只好再找。
第三次尝试使用:
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
Ҷƪл˵?
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]