Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

How to Install Zend Optimizer

Views: 31
Votes: 0
Zend Optimizer is an application that further increases performance of PHP scripts by encoding them. To be able to use Zend encoded scripts, the server must have a Zend Optimizer loaders installed. The following steps will explain how to get the loader installed.
 
Cpanel Installation Process
 
(1). Login via SSH to your server
(2). Type the following: /scripts/installzendopt
(3). This will prompt the install script to go fetch the needed Zend files
(4). Follow the onscreen instructions.
 
Non-Cpanel Installation Process
 
(1). Login to your server via SSH.
(2). Do the following: cd ~
(3). Download the Zend Optimizer. Execute the following command:
 
(4). Now do the following: tar –zxvf ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz
(5). Once it has completed, do the following ./install.sh
(6). Follow the onscreen instructions.
(7). Once completed, if it hasn’t prompted you to restart apache, do so by running this command: service httpd restart
Others in this Category
document Adding IP’s manually in a Cpanel server
document ARIN Justification
document How do I edit php.ini?
document How to Install IonCube
document I can't login to my web mail
document Can I install roundcube as a webmail client?
document How do I downgrade my PHP to PHP4?
document How do I enable Exim on a different port?
document How do I recompile apache in WHM?



RSS