It’s good to hide the apache2 version number from outsider. Especially hiding apache2 version number in all the error pages. Hackers used to collect all this information before they launch any attack. If you running an old version server that known to have security exploit then it will ease the work for hackers.
To hide apache2 version number in error pages, follow the steps below:-
Advertisements
- ssh to your server with root privilege
- Edit your httpd.conf or apache2.conf file. Normally it’s located at /etc/httpd/conf/httpd.conf
- Look for
ServerSignature On ServerTokens full
to
ServerSignature Off ServerTokens Prod
- After edit the file, restart your apache for it to take effect.
service httpd restart
Now your apache2 version number will not be shown in common error pages.
Related posts:
How to create bootable Linux USB drive - UNetbootin
Symfony: PHP Fatal error: Call to a member function setData()
Giveaway: Youtube video download and converter for Mac - Worth $29
How to clear Thunderbird IMAP Cache
Google Authenticator shows "The code is incorrect"
Free Yahoo POP3 Email account - Yahoo Mail SG and HK
How to solve ".htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable"
How to Backup Thunderbird and Firefox with MozBackup
Share this with your friends:-