I have a problem /proc/loadavg exists and is owned by root, in php.ini i have
allow_url_fopen Off in local and Master, and display_errors On.
The @file_get_contents("/proc/loadavg") and @file_exists("/proc/loadavg") always return false. Apache 2 web server is started by user apache. I need turn on any value in my php.ini tu work this plug ????
Thanks a lot for your help
|