执行下 make clean /usr/local/php5/bin/phpize ./configure --with-curl --with-php-config=/usr/local/php5/bin/php-config make make install 在/etc/php.ini里添加 extension=模块名称 重启服务 php服务
1.命令窗口配置网络连接指定IP netsh interface ip set address "本地连接" static IP地址 子网掩码 默认网关 例:netsh interface ip set address 10.1.1.1 255.255.255.1 10.1.1.123 DNS配置 netsh interface ip set dns name="本地连接" source=static addr=DNS服务器地址 register=PRIMARY v
系统版本:Red Hat 6 httpd版本:httpd-2.4.20 tar包:modsecurity-apache_2.5.9.tar.gz mod_evasive_1.10.1.tar.gz 关于apxs:http://itlab.idcquan.com/linux/manual/ApacheManual/programs/apxs.html mod_evasive模块的安装 # tar xf mod_evasive_1.10.1.tar.gz # cd mod_evasive # l