Disable phpinfo() on Apache Web Server

Information displays from phpinfo() may provide resourceful information to attacker, such as file patch, web server environment, php modules, web server modules and etc. It’s better to disable phpinfo() function on your webserver.

Related posts:

  1. PCRE Error on PHP 5.2.x Recent upgrade to PHP 5.2.8 and PHP 5.2.9 have given...
  2. Apache logs … While troubleshooting apache webserver, it would be helpful to have...
  3. Generate apache SSL Sign Key Quick Tips for Apache’s SSL generate new key openssl req...
  4. Install and Configure mod_suphp or suphp on Plesk Server Plesk control panel comes with Media Temple DV package doesn’t...
  5. Disable Vulnerabilities Check in FreeBSD Portupgrade After perform FreeBSD portsnap, there are updates for PHP52 packages,...
  6. How to Change User’s Shell Environment in FreeBSD In FreeBSD, user’s default shell environment is either sh or...
  7. PECL Manual Install on Linux Centos Just bought a VPS server hosting to play around from...
  8. WordPress 2.1.2 SQL Injection Vulnerabilities If you are running WordPress below version 2.1.2, patch it...
  9. cairo-traps.c error in FreeBSD Ports cairo-traps.c: In function `_cairo_traps_init’: cairo-traps.c:62: `INT32_MAX’ undeclared (first use in...
  10. Network Time Protocol Sync with External Server on Windows Server configure / set network time server : net time /setsntp:0.pool.ntp.org...

Tags: , , , , ,

Leave a Reply