June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will learn some steps for securing web server installation.
You will need access to a root account or an account with sudo privileges.
You may need to have a web server stack installed and running.
Follow these steps to secure the web server:
$ a2query -m
$ sudo a2dismod status
/etc/apache2/conf-available/security.conf and set the following values:ServerSignature Off ServerTokens Prod
security.conf.
$ sudo a2dismod ...Read now
Unlock full access