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_headers, however in 
apache 2.0 mod_headers does not support modifying a header using the "edit" 
action with regexps.

We have noticed the "edit" action for mod_headers directives only exist in 
apache 2.2.

Is there any way of doing this modification of REMOTE_USER when adding it to a 
header without upgrading to Apache 2.2? We can not do so due to other module 
dependencies.

Regards,
Cenk

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to