Apache password proxy server

Discussion in 'Installation/Configuration' started by Reptile, Sep 10, 2008.

  1. Reptile

    Reptile New Member

    I set up a proxy server using this

    Listen 4138

    <VirtualHost 192.,168.0.1:4138>

    ProxyRequests on
    ProxyVia On

    AllowCONNECT 80


    and enabling the proxy mods.

    This works just fine but I need to protect it and don't have a static ip to access it with.

    How can i password protect the proxy?
     

Share This Page