• λ我爱Aspx >> Asp.Net >> WIN2003上Apache2+IIS6+Tomcat5之多站点完美配置篇
  • WIN2003上Apache2+IIS6+Tomcat5之多站点完美配置篇

  • :aspxer  Դ:5iaspx  :2007-8-1 13:14:59  ؼ:
  • 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

    Ҷƪл˵?
  • һƪjavascript 操作 ListBox 的问题
    һƪXSL学习心得-制作图像超链接