Friday, April 11, 2014

How do I hide php info?

ที่มา - http://nixcraft.com/showthread.php/746-Apache-php-web-server-security-by-hiding-version-information

How to
vi php.ini
  • Modify add setting as follows:
expose_php = Off
display_errors=Off
register_globals = Off
  • and restart apache
/etc/init.d/httpd restart

No comments:

Post a Comment

Popular Posts