How To Install eAccelerator on cPanel:

eAccelerator is a free, open-source software used to speed up PHP loading on websites. If you install it then it will run in the background, delivering your PHP code to users browsers. You can install eAccelerator right from the cPanel interface itself.

eAccelerator is a PHP accelerator and optimizer. It helps improve performance by re-using compiled PHP scripts and optimizing them to speed up their execution.

You can use the following simple steps to install eaccelerator on your cpanel server.

Step 1.

login to the server via SSH as root user and run this script.

/scripts/phpextensionmgr install EAccelerator

It will run the script now and will install the software, after that you need to check using the command,

php -v

You can also install the eaccelerator using another method. For that follow the steps below,

Step 1.

Download latest eaccelerator from,

http://sourceforge.net/projects/eaccelerator/

Using the command,

wget http://downloads.sourceforge.net/project/eaccelerator/eaccelerator/eAccelerator%200.9.6.1/eaccelerator-0.9.6.1.zip

Step 2.

Unzip the downloaded archive using the command,

unzip eaccelerator-0.9.6.1.zip

Step 3.

Enter into the directory,

cd eaccelerator-0.9.6.1

Step 4.

Configure the software,

./configure  --enable-eaccelerator=shared  --with-php-config=/usr/local/bin/php-config
make
make install

Step 5.

Once installation completed, then make sure eaccelerator.so file available on extensions directory.

/usr/local/lib/php/extensions/no-debug-non-zts-20090626

Add the following lines at the end of php.ini

extension=”eaccelerator.so”
Restart Apache webserver.
service httpd restart

Step 6.

Restart Apache

service httpd restart

 

If you need our help to fix any issues with your server. Please feel free to contact us, simply email to support@iserversupport.com

Monthly server support with Unlimited tickets, 24×7 monitoring, Security Audit and lot more for just $59 

[sep][/sep][button size=”large” color=”green” title=”Server Management from iServersupport” link=”http://iserversupport.com/cpanel-server-management/”]Server Management at just $59[/button]