I have recently made attempts to add the authenticated username in apache to a
HTTP header using mod_headers. The httpd server acts as a man in the middle
redirecting traffic to a tomcat using mod_jk.
However it seems REMOTE_USER is not visible to the RequestHeader directive. Why
is that? Is Re
X_REMOTE_USER %{RU}e
/Cenk
On Mon, Feb 04, 2008 at 06:32:43PM -0500, Eric Covener wrote:
> On Feb 4, 2008 3:14 PM, Cenk Oguz <[EMAIL PROTECTED]> wrote:
> > Hi!
> >
> > I am currently trying to add the REMOTE_USER environment variable into a
> > response heade
Hi!
I am currently trying to add the REMOTE_USER environment variable into a
response header or forward header (using mod_jk).
However we also need to strip the first few characters of the REMOTE_USER when
adding it to the header.
We are adding the header to the request response using mod_head