Saturday, October 17, 2009

Disable Apache and PHP Version on Ubuntu Server

Edit /etc/apache2/apache2.conf
Add the following lines to the end of apache2.conf
ServerTokens Prod
ServerSignature Off


Edit /etc/php5/apache2/php.ini
Change expose_php = Off

No comments: