On Feb 4, 2008 3:14 PM, Cenk Oguz <cenk@xxxxxxxxxxxx> wrote: > 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. Can you use a rewritecond to capture what you want, drop it in a new envvar [E=FOO:BAR], then use mod_headers to set the response header from your the new envvar? -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx