How to install Apache Proxy Server for Windows
- Download the latest Apache Proxy Server
ex. apache_2.2.11-win32-x86-openssl-0.9.8i.msi
2. Go to the directory where you installed apache and look for the file httpd.conf
ex. C:\Program Files\Apache Software Foundation\Apache2.2\conf\
3. Edit the file httpd.conf and remove the "#" sign of the ff:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module
LoadModule proxy_http_module
LoadModule proxy_ssl_module
4. Add the "ProxyRequests On" before the ff:
<Directory />
Options FollowSym Links
Allow Override Name
Order deny, allow
Deny from all
5. Save the file
6. Finallly start the Service Apache