mod_proxy - "proxy" aware?

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

 



Hi,

Our webservers sit behind proxy servers.  One one of the web servers,
I'm trying to use "mod_proxy" to proxy content from outside of our
network.  Can mod_proxy be made aware of the actual proxy servers we
have?

I'm trying to proxy secure content over https and have the following in
my ssl.conf:

SSLProxyEngine on
ProxyRequests off
<Proxy *>
  Order deny,allow
  Allow from all
</Proxy>
ProxyVia on            
ProxyRemote * https://www.remotesite.com
ProxyPass /test https://www.remotesite.com/test     
ProxyPassReverse /test https://www.remotesite.com/test   

I'm runing apache 2.2.3 on centos 5 and have the following environment
variables set:

ftp_proxy=http://wwwcache.ncl.ac.uk:8080
http_proxy=http://wwwcache.ncl.ac.uk:8080
https_proxy=http://wwwcache.ncl.ac.uk:8080

But whenever I try to access the proxied content, my ssl_error_log
contains:

[Wed May 21 15:10:37 2008] [error] (70007)The timeout specified has
expired: proxy: HTTPS: attempt to connect to 100.100.100.100:443
(www.remotesite.com) failed [Wed May 21 15:10:37 2008] [error]
ap_proxy_connect_backend disabling worker for (www.remotesite.com) 
  
Does anyone know if mod_proxy can used behind web proxies (in our case
SQUID)?

Thanks,

Chris

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