软讯网络 > 网站建设 > 服务器相关 > squid反向代理webserver
【标 题】:squid反向代理webserver
【关键字】:
squid,webserver
【来 源】:http://blog.chinaunix.net/article.php?articleId=19347&blogId=2496
squid反向代理webserver

1、配置dns或/etc/hosts
218.6.168.254 004.goto.net
218.6.168.146 005.goto.net
2、host.conf
order hosts.bind
multi on
3、squid.conf
acl webmaster dst 218.6.0.0/255.255.0.0
http_access allow webserver
hosts_file /etc/hosts