Apache Web server Useful Tips
Posted by Admin on 30th January 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Hide PHP Version in Apache from remote users requests
In order to prevent PHP from exposing the fact that it is installed on the server, by adding its signature to the web server header we need to locate in php.ini the variable expose_php and turn it off.By default expose_php is set to On.
Posted in Webserver | 2 Comments »

