Thanks !!

Apache version 1.3.23 (old, I know)

The proxy module is loaded, and the proxy directives too.

The question is : is there something missing ?
If on a client I point to this machine, on port 80, and try to hit a URL, I get 
this error

Proxy Error
The proxy server could not handle the request GET http://www.cnn.com/.

Reason: Host not found

! 
######################################################################################

LoadModule proxy_module modules/mod_proxy.so

AddModule mod_proxy.c

# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
<IfModule mod_proxy.c>
    ProxyRequests On

    <Directory proxy:*>
        Order allow,deny
        Allow from all
    </Directory>
    ProxyVia On

</IfModule>
# End of proxy directives.


-----Original Message-----
From: Gaël Lams [mailto:[EMAIL PROTECTED] 
Sent: segunda-feira, 23 de Abril de 2007 12:14
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache as a Proxy

Which version of httpd? Did you load proxy_http?

Regards,

Gaël


---------------------------------------------------------------------
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]

Reply via email to