Re: Server Overload
I probably made a bad assumption that it was not installed, though it definitely doesn’t come by default on a cpanel setup so that’s a bit unusual. Strange someone would put eaccelerator on there but not enable the mysql cache.
You can look at your phpinfo() to find out if eAccelerator is really installed and active.
That eaccelerator compress and compression level is just a waste of cpu time. I’d either set
eaccelerator.compress="0"
or
eaccelerator.compress_level="1"
By the way, the php configuration is located in
/usr/local/lib/php.ini
and the eAccelerator options are at the very bottom of the file if you ever have to manually edit them.