+ -
当前位置:首页 → 问答吧 → apache只能代理jsp,不能代理asp,急!!

apache只能代理jsp,不能代理asp,急!!

时间:2011-11-13

来源:互联网

代理iis站点配置:<VirtualHost *:80>
ProxyPreserveHost On
ServerAdmin [email protected]
ServerName a.abc.cn
DocumentRoot "D:/www"
DirectoryIndex index.html index.htm index.asp 
ProxyPass / http://127.0.0.1:8088/
ProxyPassReverse / http://127.0.0.1:8088/
</VirtualHost>

ProxyPreserveHost On报错,

注释掉ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8088/
ProxyPassReverse / http://127.0.0.1:8088/后才可以启动apache.
如何解决?

作者: xuyunbe1   发布时间: 2011-11-13

怎么没人来......

作者: xuyunbe1   发布时间: 2011-11-14

应该可以啊,主要是配置一下,转发就可以了,无所谓是什么后辍的。

作者: wxj505382   发布时间: 2011-11-14

热门下载

更多