RE: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread terry.cooper
The Proxy-Authorization header is being sent from the proxy server so I don't need to recreate it. The problem is that apache is dumping this header and not letting me see it. This is apache 2.2 on RH 6.3. There was a mention of REMOTE-USER, however as I understand that, it's only there i

Re: [users@httpd] writing modules - missing sources?

2013-01-14 Thread Piotr Suwala
Thank u for reply guys! On Sun, 2013-01-13 at 10:03 -0500, Yehuda Katz wrote: > On Sun, Jan 13, 2013 at 6:44 AM, Piotr Suwala wrote: > I've got question for you concerned with writing modules for > apache: > How can I start doing it? Where can I find any helpful info >

Re: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread Nick Kew
On Mon, 14 Jan 2013 14:55:38 + wrote: > There was a mention of REMOTE-USER, however as I understand that, it's only > there if authentication is set up on the http server. There is no > authentication on the web server, only on the proxy. It's too long since I looked at the CGI spec. Hav

[users@httpd] LogFormat to show Load balanced host

2013-01-14 Thread Smith, Mitchell
Hi, I have been looking through the documentation. I use apache2 as a loadbalacer for some application server. Is it possible to include the jvmRoute or other detail on the serving host in the error log (Or any log) I think adding %{jvmRoute}C would achieve this but do not currently have a test

RE: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread terry.cooper
I have dumped the env and it doesn't include the auth info. I have confirmed that the proxy-authorization header is being sent by the proxy server. I found somewhere, that I can't find again, something that implied that apache had to be compiled with a specific option to allow it to transmit thi

Re: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread Nick Kew
On Mon, 14 Jan 2013 16:08:42 + wrote: > > I have dumped the env and it doesn't include the auth info. I have confirmed > that the proxy-authorization header is being sent by the proxy server. > I found somewhere, that I can't find again, something that implied that > apache had to be compi

[users@httpd] Help with authentication config -- need *optional* non-dialog configuration

2013-01-14 Thread Victor Danilchenko
Hi all, I am trying to set up mod_auth_kerberos on my server, and it's working fine in itself, but what I would like to do is make kerberos authentication optional; i.e. if a user has a kerberos ticket, they get authenticated, get the REMOTE_USERNAME and stuff -- but if the user does

RE: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread terry.cooper
That's the option. I don't have the user's name, that's what I need from the proxy-authorization header which is coming from the proxy server. > Date: Mon, 14 Jan 2013 18:16:12 + > From: n...@webthing.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] Passing proxy authentica

Re: [users@httpd] Passing proxy authentication user name

2013-01-14 Thread Igor Cicimov
On Mon, Jan 14, 2013 at 10:01 AM, Igor Cicimov wrote: > > > > On Mon, Jan 14, 2013 at 9:47 AM, Igor Cicimov wrote: > >> On Mon, Jan 14, 2013 at 8:10 AM, Igor Cicimov wrote: >> >>> >>> On 14/01/2013 1:48 AM, "Terry Cooper" wrote: >>> > >>> > I am currently attempting to migrate an existing syst

Re: [users@httpd] Compilation error in Apache 2.4.3

2013-01-14 Thread Allen Umlas
You are trying to compile from the source file, sometime LD_LIBRARY PATH need to add manually pointing to where ssl located. try to manually add the path if not added. try echo $LD_LIBRARY_PATH and check if LD_LIBRARY PATH exist on the path. Is your openssl thru source file you compile or fro