Re: Weird problerm accessing request headers from tomcat

2011-05-30 Thread Martin Knoblauch
: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Fri, May 27, 2011 6:01:28 PM Subject: Re: Weird problerm accessing request headers from tomcat Hi. I believe that you are making the often-made confusion between environment values (or variables), and HTTP

RE: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Gainty
when your Apache2 is configured as reverse-proxy you are fowarding IP,RequestedHost and Proxy-Server specifically: When acting in a reverse-proxy mode (using the ProxyPass directive, for example), mod_proxy_http adds several request headers in order to pass information to the origin

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
accessing request headers from tomcat when your Apache2 is configured as reverse-proxy you are fowarding IP,RequestedHost and Proxy-Server specifically: When acting in a reverse-proxy mode (using the ProxyPass directive, for example), mod_proxy_http adds several request headers

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread André Warnier
Hi. I believe that you are making the often-made confusion between environment values (or variables), and HTTP headers content. In particular, here : Apache1 inserts the following variables into the requests it forwards to Apache1 (I suppose you meant Apache2 here) No. It does not do