saravanan ganapathy wrote: Perhaps this might work better--- saravanan ganapathy <[EMAIL PROTECTED]> wrote:Hi, I am using apache 1.3.33 on debian3.1 and I want to hide 'server string' in headers. I already configured 'ServerTokens Prod'. Now it shows server string as 'Apache' and I need to change this. So I configured the following in my httpd.conf and this is not working LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so Header set Server "nothing" Header unset Server http://httpd.apache.org/docs/1.3/mod/mod_headers.html There might be another "Header set Server" later on in the config file. You may have better luck int the apache mailing listThe same above config is working in apache2.x. Whats the problem in apache1.x? http://httpd.apache.org/userslist.html Any help please? Sarav __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
- Re: mod_headers in apache 1.3 saravanan ganapathy
- Re: mod_headers in apache 1.3 ericp