Home > php教程 > php手册 > Ubuntu Server 9.04下安装Zend Optimizer

Ubuntu Server 9.04下安装Zend Optimizer

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:38:01
Original
900 people have browsed it

在Ubuntu Server 9.04下安装Zend Optimizer 3.3的过程介绍:

首先下载Zend Optimizer3.3:

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

安装:

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

cd /ZendOptimizer-3.3.3-linux-glibc23-i386

$ sudo ./install.sh

根据提示输php.ini文件的位置(Ubunbu Server8.04默认在/etc/php5/apache2目录下)

在提示框中输入/etc/php5/apache2点击 ok 即可

接下来就是输入apachectl的位置(Ubunbu Server8.04默认在/usr/sbin/apache2ctl)

在提示框加输入/usr/sbin/apache2ctl点击 ok 即可

还要输入httpd所在的目录

在提示框加输入/etc/apache2/httpd.conf即可

这里可能让你再次输入httpd所在的目录(不知到是什么原因)

完成安装后重启apache2

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template