Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Hridayesh Gupta
in > the log files? > On Feb 17, 2012 8:30 PM, "Andres Aguado" wrote: > >> Hi Hridayesh, and thanks for your response, but it doesn't work in >> firefox. The same error is displayed. >> >> Other idea? >> Thanks for your help >> Regads >

Re: [users@httpd] Reverse proxy problem

2012-02-16 Thread Hridayesh Gupta
It looks like you are trying to setup reverse proxy in https(port 443). Which is working but browser is not able to verify certificate. I believe if you try this setup under http (port 80) it will work. Certificate might be signed by https://192.168.112.57 correctly but it in that case it would be

Re: [users@httpd] ProxyPassReverse Issue in Apache 2.2.3/CentOS, but works in Apache 2.2.14/Ubuntu [only directory redirect issue]

2012-02-13 Thread Hridayesh Gupta
It is not working only in Apache 2.2.4/CentOS. It is working in Apache 2.2.14/Ubuntu Just wanted to know if its bug or problem in my config. If its bug, how can I know. On Mon, Feb 13, 2012 at 9:46 PM, Hridayesh Gupta wrote: > Thanks for the reply. > > Actually my requirement is more co

Re: [users@httpd] ProxyPassReverse Issue in Apache 2.2.3/CentOS, but works in Apache 2.2.14/Ubuntu [only directory redirect issue]

2012-02-13 Thread Hridayesh Gupta
> On Mon, Feb 13, 2012 at 11:35 AM, Hridayesh Gupta > wrote: > > I have the following rule in conf file at server.com > > > > RewriteEngine On > > RewriteRule /source(.*) http://example.com/target$1 [P] > > ProxyRequests Off > > ProxyPassRevers

[users@httpd] ProxyPassReverse Issue in Apache 2.2.3/CentOS, but works in Apache 2.2.14/Ubuntu [only directory redirect issue]

2012-02-13 Thread Hridayesh Gupta
I have the following rule in conf file at server.com RewriteEngine On RewriteRule /source(.*) http://example.com/target$1 [P] ProxyRequests Off ProxyPassReverse /source http://example.com/target http://example.com/target/a.php redirects to http://example.com/target/b.php http://example.com/target