Hide apache and php version
http://nixcraft.com/server-configuration-tutorials/746-apache-php-web-server-security-hiding-version-information.html How do I Hide Apache Version info? Open httpd.conf file (located in /etc/httpd/ directory /etc/apache2/ ) Code: vi httpd.conf Set Apache ServerTokens to product only but don’t show version and other info: Code: ServerTokens Prod This directive controls whether Server response header field which is sent back to clients includes a description… Leer más »