09月22日, 2014 2275次
今天有朋友要吧他们学校网站的一个子目录放到实验项目的网站下面 问我怎么配置
配置调试成功 正好保存一份
apeach 占80端口
netbox占 99端口
访问 opop.com/aaaa 指向
http://localhost:99/022ee/
<VirtualHost *:80> DocumentRoot "D:\www" ServerName opop.com # ProxyRequests off <Proxy *> Order allow,deny Allow from all </Proxy> <Location /aaaa> ProxyPass http://localhost:99/022ee/ ProxyPassReverse http://localhost:99/022ee/ RequestHeader set HOST "opop.com" </Location> </VirtualHost>
需要注意 替换host 部分 否则会早上错误跳转
使用
RequestHeader
命令需要加载 mod_header 模块
暂无留言,赶快评论吧