12月 30, 2010

Apache Mod_proxy

config http.conf file

check Module has inculd Mod_proxy or Mod_proxy_http

set it!

ProxyRequests On
ProxyVia On
<Proxy your_apache_server_ip:8080>
Order deny,allow
Deny from all
Allow from all
</Proxy>

沒有留言: