Home > Article > Backend Development > Installing Zend Optimizer_PHP tutorial under Ubuntu Server 9.04
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