Hi
I have been using Apache for quite a while, but only as a mere web server.
I would now like to use it as a Proxy, but don't seem to be able to do that.
Current httpd.conf config :
LoadModule proxy_module modules/mod_proxy.so
AddModule mod_proxy.c
<IfModule mod_proxy.c>
ProxyRequests On
<Directory proxy:*>
Order allow,deny
Allow from all
</Directory>
ProxyVia On
</IfModule>
I then configured another PC to use this machine as proxy, on port 80,
called "http://www.cnn.com" and got a message from apache saying that I had
no permission to access that URL.
What am I missing or doing absolutely wrong ?
Thanks
Luis
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]