sudo nano /etc/apache2/conf-enabled/security.conf
- change
ServerTokens OS
toServerTokens Prod
- change
ServerSignature On
toServerSignature Off
Restart Apache :
sudo service apache2 restart or sudo /etc/init.d/apache2 restart
sudo nano /etc/apache2/conf-enabled/security.conf
ServerTokens OS
to ServerTokens Prod
ServerSignature On
to ServerSignature Off
Restart Apache :
sudo service apache2 restart or sudo /etc/init.d/apache2 restart