I want to know how to setup Forward Proxy in an WAMP?

Discussion in 'Apache' started by smartcard, Jun 30, 2012.

  1. #1
    I am trying to make a proxy gateway using Apache Forward proxy to have multiple clients route all HTTP traffic
    hrough this proxy outgoing server.

    I tried the following in my .htaccess file and still not working:

    Listen 3128 
    ProxyRequests on 
    <Proxy *> 
    Order Deny,Allow 
    Deny from all 
    Allow from 192.168.0 
    </Proxy> 
    PHP:
    Any help will be appreciated.
     
    smartcard, Jun 30, 2012 IP