[users@httpd] Issues writing to request headers part 2

2015-10-29 Thread Merritt, Rob
Ok I modified the httpd.conf a little but I am still having no luck seeing the header X-Remote_User using fiddler , ngrep or wireshark leading me to believe that it is infact not getting written to the header If you can have a look and let me know what you think does the configuration below

Re: [users@httpd] Issues writing to request headers

2015-10-29 Thread Keith Roberts
On 28 Oct 2015, at 23:21, Merritt, Rob wrote: > Hi All in the httpd.conf below I am trying to rewrite REMOTE_USER (which I > know is there since if I Header add REMOTE_USER it ends up in response > headers seen in wireshark cap or firebug) > I need to have it show in the

[users@httpd] Issues writing to request headers

2015-10-28 Thread Merritt, Rob
Hi All in the httpd.conf below I am trying to rewrite REMOTE_USER (which I know is there since if I Header add REMOTE_USER it ends up in response headers seen in wireshark cap or firebug) I need to have it show in the response headers so I can authenticate to a tomcat app any way I can confirm