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