webresellers Posted February 6, 2008 Share Posted February 6, 2008 We applied this to 4 of our servers, and have really noticed a huge php performance gain, and the server resources are at least 25% lower than they were. This can also be installed (and is supported by cPanel) from EasyApache3 from within cPanel/WHM interface. eAccelerator description: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times." (Font: eAccelerator ) eAccelerator auto installer should work perfectly on any cPanel server, there are lots of sanity checks built in to prevent any possible issue or destruction. Download and run eAccelerator atoinstaller: # wget http://tutorials.medialayer.com/cPanel/eaccelerator.sh # chmod 700 eaccelerator.sh # ./eaccelerator.sh Note: The php.ini gets backed up before it is modified, you can get it back.. 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted February 6, 2008 Share Posted February 6, 2008 Which version of PHP are you running, and do you use Zend Optimizer on any of your boxes? 0 Quote Link to comment Share on other sites More sharing options...
soskel Posted February 6, 2008 Share Posted February 6, 2008 I am running this on my server(PHP5 w/ Zend Optimizer) and it is amazing!! I am installing it on my colo soon 0 Quote Link to comment Share on other sites More sharing options...
webresellers Posted February 6, 2008 Author Share Posted February 6, 2008 We have servers with PHP 4 and 5. and yes, we are using Zend and Ioncube.... NO PROBLEMS. 0 Quote Link to comment Share on other sites More sharing options...
Miron Posted February 7, 2008 Share Posted February 7, 2008 I have tried this, but it's not working "php -v" return same info like before runing "./eaccelerator.sh" Server is php4 and php5, zend, cPanel. Any info why is not working ? 0 Quote Link to comment Share on other sites More sharing options...
webresellers Posted February 7, 2008 Author Share Posted February 7, 2008 php -v wouldn't show anything different because your php version isn't changing... examine your php.ini and you should see that it now includes libraries to the accelerator. You can also check http://forums.cpanel.net for more complete details on the accelerator being that cpanel includes it from within the easyapache3 (ea3) interface. 0 Quote Link to comment Share on other sites More sharing options...
soskel Posted February 7, 2008 Share Posted February 7, 2008 php -v will show if you are running eaccelerator You should restart apache 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted February 7, 2008 Share Posted February 7, 2008 this will not help if suphp installed . http://forums.cpanel.net/showthread.php?t=72299&page=2 0 Quote Link to comment Share on other sites More sharing options...
rodeoXtreme Posted February 7, 2008 Share Posted February 7, 2008 We have it installed on one of our first P4 machines it it really improved our PHP performance. We are running Apache 2, PHP 5 with zend. Everything runs smooth right out of the "box" 0 Quote Link to comment Share on other sites More sharing options...
mm1250 Posted February 21, 2008 Share Posted February 21, 2008 yes it's a nice feature to have the eAccelerater but if your running suPHP to secure your PHP scripts than it won't work 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted February 22, 2008 Share Posted February 22, 2008 yes it's a nice feature to have the eAccelerater but if your running suPHP to secure your PHP scripts than it won't work Running under suPHP is a good thing. Security > performance. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.