Re: [users@httpd] mod_proxy: ProxyPreserveHost omits start of proxied path

2012-03-30 Thread ron.vandenbranden@home
Hi, On 30/03/2012 11:01, Igor Cicimov wrote: Have you actually read the mod_proxy documentation or you are just working with some example you found somewhere? If you read it you will find that you can use ! in the ProxyPass to exclude a path from the proxy. Of course I have, but I don't t

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread ron.vandenbranden@home
Thanks, Igor. On Mar 30, 2012 8:41 AM, "Igor Cicimov" > wrote: tcpdump -vvv -X -s 0 -i eth0 tcp port 8080 Needs to be run as root. Replace port 8080 with what ever port you need. Option "-i eth0" is just in case you have more than one network interfac

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread ron.vandenbranden@home
Hi, Thanks for your detailed suggestions, Tom. On 29/03/2012 18:22, Tom Evans wrote: On Thu, Mar 29, 2012 at 5:06 PM, Ron Van den Branden wrote: Yet, when switching on ProxyPreserveHost, internal redirects via Tomcat fail: ProxyPreserveHost off This should

Re: [users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-25 Thread ron.vandenbranden@home
Hi, On 24/03/2012 23:41, Serge Fonville wrote: Does http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html apply? Thanks for your suggestion, but specifying proxy settings in a Tomcat does not seem to affect the error. I have two reasons for believing the error lies elsewhere: 1. the

[users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-24 Thread ron.vandenbranden@home
Hi, I'm trying to configure reverse proxy rules in vhost.conf. I have Apache-2.2.8 on Ubuntu-8.04 (monitored by Plesk-10.4.4). What I'm trying to achieve is defining a reverse proxy rule that defers all traffic to -say- to the Tomcat server running on port 8080. I h