Re: [EMAIL PROTECTED] X-CGI- Response Header Filtering

2008-11-28 Thread waf EID
That's what I did but I would like to know if there's a better solution, because I don't want to use my own module and I prefer to do this only by using the directives that come with Apache and it's modules. > I think the simplest solution would be to receive the response header, > set an environm

Re: [EMAIL PROTECTED] X-CGI- Response Header Filtering

2008-11-28 Thread waf EID
> I have an httpd server running CGI .. >> > Can you be a bit more specific ? What kind of cgi-bin scripts/programs are > you running ? can they be easily modified ? are you using perl/mod_perl ? > my CGI files are big binary programs and of course I can modify them, but I can't rewrite them in per

Re: [EMAIL PROTECTED] X-CGI- Response Header Filtering

2008-11-28 Thread waf EID
ay On Fri, Nov 28, 2008 at 1:38 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Fri, 28 Nov 2008 10:22:16 +0100 > "waf EID" <[EMAIL PROTECTED]> wrote: > > > It would be great if you could add a directive that allows us to > > keep or remove those headers.

[EMAIL PROTECTED] X-CGI- Response Header Filtering

2008-11-28 Thread waf EID
Hi, I have an httpd server running CGI which use cookies to identify users. The problem is that I would like to log the username in httpd logs. The only solution I ve found is adding an HTTP Response Header called X-CGI-USERNAME but I had to write a module that removes it *(because I don't want my