Hi all. Hope you are all well.
Can anyone help me get phpsysteminfo working with Hestia (Apache & PHP-FPM)?
The only way I can get it working is to not use PHP-FPM and use the web template “phpfcgid” on a test install.
I understand if its a security thing, but I really like using phpsysinfo to monitor my server.
It seems it does not have permission to access the required info:
file_exists(/proc/uptime) - the file does not exist on your machine
file_exists(/proc/loadavg) - the file does not exist on your machine
file_exists(/proc/stat) - the file does not exist on your machine
file_exists(/proc/cpuinfo) - the file does not exist on your machine
file_exists(/proc/meminfo) - the file does not exist on your machine
Is it possible in any way to allow PHP-FPM access to the required data?
Thanks for any help!