apache2+php+mysql+mod_secu+mod_evasive+mod_gzip+snmp+rrdtool+cacti[6]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

--enable-expires \
写一个config.sh方便今后查看和升级再编译。
# make
# make install

3
安装php4
# tar jxvf php-4.4.1.tar.bz2
# cd php-4.4.1
# vi config.sh 写入内容:

代码:


#!/bin/bash

PHP_ROOT=/usr/local/php/

./configure --prefix=$PHP_ROOT \

            --with-apxs2=/usr/local/apache2/bin/apxs \

            --with-mysql=/usr/local/mysql \

            --enable-mbstring \

            --with-curl \

            --enable-debug \

            --enable-inline-optimization -q \

            --with-jpeg-dir=/usr/local/ \

            --with-png-dir \

            --enable-thread-safety \

            --enable-ctype \

            --with-bz2 \

本文关键:apache2+php+mysql+mod_secu+mod_evasive+mod_gzip+snmp+rrdtool+cacti
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top