Re: Weird problerm accessing request headers from tomcat

2011-05-30 Thread Martin Knoblauch
al Message > From: André Warnier > To: Tomcat Users List > 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"

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 tha

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
by apache1 I will not find out before some time next week) and those added by mod_headers. Thanks Martin :-) -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message ---- > From: Mar

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 ser