Â
How to install zend Optimizer
How to install zend Optimizer
by admin on Aug.17, 2010, under How to install zend Optimizer, Linux
How to install zend Optimizer:
Zend Optimiser is a PHP addon which offers caching to improve speed when loading sites, it can increase perfomance by up to 40% by caching frequently viewed portions of PHP pages.
In cpanel:
To install Zend Optimizer:
1. Log into your server and login as root.
2. Run: /scripts/installzendopt
3. Follow the instructions on the screen to install Zend Optimizer
4. Restart the Apache Web Server.
5. To confirm that Zend Optimizer is now installed and enabled,
php -v
In DirectAdmin:
1. Log into your server and login as root.
2. cd /usr/local/directadmin/customapache/
3. ./build clean
./build zend
4. Follow the instructions on the screen to install Zend Optimizer
5. Restart the Apache Web Server.
6. To confirm that Zend Optimizer is now installed and enabled,
php -v