→ 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
ubuntu 16.04
le paquet des dépots n'a pas de config apache et provoque des exceptions PHP. utiliser github est bien plus simple :
cd /var/www/html
git clone https://github.com/phpsysinfo/phpsysinfo
cp phpsysinfo.ini.new phpsysinfo.ini
vim phpsysinfo.ini
–> http://localhost/phpsysinfo/