This is one of the headers in an HTTP response from my web server:
Server: Apache/1.3.27 (Unix) Debian GNU/Linux mod_layout/3.2
How would I tell Apache to change that response header? Google searches show that Apache 2+ can use mod_headers, Apache <2 needs a recompile. True?
searches show that Apache 2+ can use mod_headers, Apache <2 needs a recompile. True?
True... modify apache sources to change ur headers ... Btw why do you want to do it ? if it is for avoiding apache specific attacks/break-in attempts then this wont help much.
regards, ranjeet
On Sep 3, 2003 at 12:46, Ranjeet Walunj wrote:
searches show that Apache 2+ can use mod_headers, Apache <2 needs a recompile. True?
Btw why do you want to do it ? if it is for avoiding apache specific attacks/break-in attempts then this wont help much.
I knew someone would ask, and I knew I should have said in my original email: never mind why, yes I know it won't help, and I want to do it anyway.