Re: [users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-13 Thread Petr Hracek
Could help me following: ProxyPass http://192.0.2.25:8080/SECAdmin ProxyPassReverse http://192.0.2.25:8080/SECAdmin/ Dne 12. srpna 2011 21:45 Nick Kew napsal(a): > On Fri, 12 Aug 2011 21:21:45 +0200 > Petr Hracek wrote: > >> Dear user, >> >> I am a new bie in Reverse Proxy configuration but so

Re: [users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Nick Kew
On Fri, 12 Aug 2011 21:21:45 +0200 Petr Hracek wrote: > Dear user, > > I am a new bie in Reverse Proxy configuration but something is wrong > and I really do not know > where can be a problem. > > My configuration of Virtual Host is following: > > SSLEngine on > SSLProxyEngine

Re: [users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Eric Covener
>                    ProxyPass  http://192.0.2.25:8080/SECAdmin >                    ProxyPassReverse  http://192.0.2.25:8080/SECAdmin try trailing slashes here - The official User-To-User support forum of the Apache HTTP Server

[users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Petr Hracek
Dear user, I am a new bie in Reverse Proxy configuration but something is wrong and I really do not know where can be a problem. My configuration of Virtual Host is following: SSLEngine on SSLProxyEngine on ServerName main_assistant ProxyPreserveHost on Pr