[users@httpd] RequestHeader question

2015-11-04 Thread Merritt, Rob
I am having an issue with the below configuration I can confirm that X-Remote-User get set by watching the rewrite log\\ However the following directive that inserts a request header "Authorization" how can I confirm that that is happening This is the website itself so how would it write to the

RE: [users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
@httpd.apache.org Subject: Re: [users@httpd] loading a module question On Fri, Oct 30, 2015 at 11:24 AM, Merritt, Rob wrote: > Does that mean it cannot find the auth_cas_module in the so? Or does > it mean it just cant find the so? The .so. But on windows, I think the same error occurs if a d

[users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
Ehn I get this kind of error below C:\Users\rwm132>"C:\Program Files\Apache22\bin\httpd.exe" -f "C:\Program Files\Apache22\conf\httpd.conf" httpd.exe: Syntax error on line 130 of C:/Program Files/Apache22/conf/httpd.conf: Cannot load C:/Program Files/Apache22/modules/mod_auth_cas.so into serve

[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 look

[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 i