|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
How to Install Zend Optimizer |
||||
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
|
||||
Powered by
KBPublisher (Knowledge base software)