PDA

View Full Version : Enabling server load figures in CP - How?


Mike Warner
Tue 2nd Sep '03, 4:41pm
I just moved to a dedicated server and I'm not getting the load figures now either. What do I have to do to the server to display these?

Thanks.

Mike Warner
Tue 2nd Sep '03, 4:53pm
Oh - Its an Ensim Pro setup on Redhat7.3.

sandstig
Wed 3rd Sep '03, 3:07am
You have to turn safemode off in httpd.conf and php.ini.

Mike Warner
Wed 3rd Sep '03, 2:06pm
Still doesn't seem to work. :(

sandstig
Wed 3rd Sep '03, 5:30pm
After you've turned it off in httpd.conf (/etc/httpd/conf/http.conf) by changing values to the following:
<IfDefine vwh_php4_module>
php_admin_flag safe_mode off
</IfDefine>


And done the same to /etc/php.ini by turning SafeMode Off, reboot the server. Restarting Apache has never been enough in my experience unfortunately.