Changes

From SME Server
Jump to navigationJump to search
908 bytes removed ,  08:22, 22 September 2015
no edit summary
Line 8: Line 8:     
PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.
 
PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.
  −
=== Installation from smecontribs===
  −
This contrib can be found in the smecontribs repository.
  −
  −
Yum is the preferred way to install contribs
  −
yum install --enablerepo=smecontribs smeserver-phpsysinfo
  −
  −
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
  −
  −
==== Use ====
  −
Once installed, you can access phpSysInfo at https://yourdomain.com/phpsysinfo
  −
Default behavior is to restrict access to secure http access, requiring SME Servers admin credentials.
  −
  −
However this can be modified to open access over regular http by issuing
  −
db configuration setprop phpsysinfo access public
  −
db configuration setprop phpsysinfo HTTPS off
  −
expand-template /etc/httpd/conf/httpd.conf
  −
sv t httpd-e-smith
  −
  −
One should never allow admin authentication over regular http as the password would travel in clear text.
  −
  −
==== Check installed version ====
  −
yum info installed smeserver-phpsysinfo
      
=== Installation from stephdl repository===
 
=== Installation from stephdl repository===

Navigation menu