RE: Apache as a Proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:lamsgael@xxxxxxxxx] 
Sent: segunda-feira, 23 de Abril de 2007 12:14
To: users@xxxxxxxxxxxxxxxx
Subject: Re:  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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux