Apache配置正向代理与反向代理

1. 正向代理 配置正向代理很简单,只需要在浏览器的Proxy选项里加入你的Apache配置的vHost主机即可   1.1 Apache配置 httpd-vhosts.conf(以Windows下为例) < VirtualHost *:80 > ServerAdmin [email protected] DocumentRoot "D:/www/test" Serve
相关文章
相关标签/搜索