Home  >  Article  >  Backend Development  >  Installing Zend Optimizer_PHP tutorial under Ubuntu Server 9.04

Installing Zend Optimizer_PHP tutorial under Ubuntu Server 9.04

WBOY
WBOYOriginal
2016-07-21 14:55:35781browse

Introduction to the process of installing Zend Optimizer 3.3 under Ubuntu Server 9.04:

First download Zend Optimizer3.3:

wget http://downloads.zend.com/optimizer/3.3. 3/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz

Installation:

$ sudo tar zxvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz

cd /ZendOptimizer-3.3.3-linux-glibc23-i386

$ sudo ./install.sh

Enter the location of the php.ini file according to the prompts (Ubunbu Server8 .04 is in the /etc/php5/apache2 directory by default)

Enter /etc/php5/apache2 in the prompt box and click ok

The next step is to enter the location of apachectl (Ubunbu Server8 .04 defaults to /usr/sbin/apache2ctl)

Input /usr/sbin/apache2ctl in the prompt box and click ok

Also enter the directory where httpd is located

Enter /etc/apache2/httpd.conf in the prompt box

You may be asked to enter the directory where httpd is located again (I don’t know why)

Restart apache2 after completing the installation

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364401.htmlTechArticleIntroduction to the process of installing Zend Optimizer 3.3 under Ubuntu Server 9.04: First download Zend Optimizer3.3: wget http:/ /downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-i386...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn