Ceci est une ancienne révision du document !
→ http://ubuntuserverguide.com/2012/06/monitoring-system-resources-on-ubuntu-server-with-phpsysinfo.html
–> http://web.archive.org/web/20160403133750/http://ubuntuserverguide.com/2012/06/monitoring-system-resources-on-ubuntu-server-with-phpsysinfo.html
cat > /etc/apache2/conf-available/phpsysinfo.conf «-EOF
Alias /phpsysinfo /usr/share/phpsysinfo
<Location /phpsysinfo>
Options None
Order deny,allow
Allow from all
</Location>
EOF
a2enconf phpsysinfo
service apache2 reload