[users@httpd] RE: Forward proxy for non-443 port fails

2015-07-31 Thread David Balažic
Well the debug log is not really helpful, I looked into the source code of mod_proxy_connect to realise all ports besides 443 and 563 are blocked for CONNECT. I added a AllowCONNECT 443 8443 to the config and now it works. David Balažic > -Original Message- > From: David Balažic [mai

[users@httpd] Forward proxy for non-443 port fails

2015-07-31 Thread David Balažic
Hi! I have set up apache2-2.2.10-2.24.5 on SLES 11 SP1 as a forward proxy. (see conf file below) Then I set it as a proxy in Firefox on another PC and did some test. HTTP access works fine to all tested sites (local and public internet) on different ports (80, 7001 etc...) HTTPS works to port 4

[users@httpd] apache being used as proxy server not working properly

2015-07-31 Thread shailender
Hi, I have scenario where serverA -> serverB(apache) -> serverC. scenario we have is serverC can be any ipAddress which will be provided by serverA in Request to apache. Request send by serverA is /Command1/10.10.10.10:80 I have define proxypass rules in my httpd.conf. Below are same