How to hide Apache server info and headers?
Harshad Joshi wrote:
> How to change Apache server header showing OS name and other details in
> Debian?
Why? Showing the flag of Debian should show that you are running a
modern and secure operating system. Turning it off certainly has no
security implications.
In any case, to answer your question, see:
/etc/apache2/conf.d/security
Edit that file and change ServerSignature On to Off, change
ServerTokens OS to Prod. Then reload the configuration file with
'service apache2 reload' and then test.
Bob
|