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

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/

  • phpsysinfo.txt
  • Dernière modification: 2023/05/08 01:41
  • de 127.0.0.1