Thanks for share
1337

ServerTokens Full
ServerSignature On
ServerTokens Productonly
ServerSignature Off
Service httpd restart
(04-11-2014, 12:33 AM)cyb3r.m4d Wrote: Hi ,
Though I did not tried it , but try at least post possible patches of found vulnerabilities.
As we run Centos Servers![]()
Just find and edit this line on your apache's httpd.conf file to hide your operating system's information
First find this line , I have added default code:
Code:ServerTokens Full
ServerSignature On
And Change it to:
Code:ServerTokens Productonly
ServerSignature Off
And my server's response was after editing:
HTTP Server: Apache HTTP Server
Caching: Varnish
And yes you must restart your apache to make this do the effect.
to restart just use this command:
Code:Service httpd restart
By the way , Great tutorial bro