Liu Yu Ting wrote:
> 
> Thank you!

<IfModule mod_proxy.c>
    ProxyRequests On
    
#    <Directory proxy:*>
#        Order deny,allow
#        Deny from all
#        Allow from .willowglen.com.sg 
#    </Directory>

If you uncomment and configure the above it should work - basically in
your config file you have not defined who has access to the proxy, so
people will get an error or local page of some kind instead.

    <Directory proxy:*>
        Order deny,allow
        Deny from all
        Allow from <your network>
    </Directory>

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to