How to Install Zend Optimizer
From Lunarpages Web Hosting Wiki
In order to install Zend Optimizer on a cPanel dedicated server please do the following:
- Log into your server via SSH
- Issue the following command :
Code:
/scripts/installzendopt
- Follow the on-screen instructions.
In order to install Zend Optimizer on a Non-cPanel server please do the following:
1. Download Zend Optimizer.
2. Upload the .tar.gz into your web server via SFTP (/home/temp).
3. Decompress the archive using the following command:
Code:
tar -zxvf filename_here.tar.gz
4. Now a new directory should appear. (eg: ZendOptimizer-2.5.7-linux-glibc21-i386) CD into that directory.
5. Execute the following command:
Code:
./install.sh
6. Follow the on-screen instructions.
7. Restart HTTPD (Apache) with the following command:
Code:
service httpd restart
Want to read this in another language? | Web Hosting Support Categories: Beginner | Billing & Sales | Web Design | LPCP | cPanel | Plesk | Quicksite | PageMason | E-mail | Databases | Domain Names | Reseller | Dedicated | VPS | ASP | JSP | PHP | Third Party Scripts | Affiliates | Misc |
