1. 配置参数'./configure' '--prefix=/usr/local/php5.2' '--with-apxs2=/usr/sbin/apxs' '--with-mysql=/usr/bin/mysql' '--with-curl' '--enable-mbstring' '--ena...
分类:
Web程序 时间:
2014-10-16 22:18:43
阅读次数:
224
Apache对PHP的支持是通过Apache的模块mod_php5来支持的。如果希望Apache支持PHP的话,在./configure步 骤需要指定--with-apxs2=/usr/local/apache2/bin/apxs表示告诉编译器通过Apache的mod_php5 /apxs来提供对P...
分类:
Web程序 时间:
2014-10-16 13:53:32
阅读次数:
333
使用apxs安装apache模块
-——by石锅拌饭
1.缘由
前几天迁移系统,发现配置了fastcgi的一个脚本下载文件总是提示类似Connection reset by peer:FastCGI错误,后来发现应该是下载文件时间超过了fastcgi指定的idle-timeout导致的,默认这个时间是30秒,文件太大就容易超时。为了解决这个问题,于是把...
分类:
Web程序 时间:
2014-10-13 02:24:49
阅读次数:
208
没想到编译个LAMP这么麻烦又简单。按照官网的做就可以了,只是我在CentOs下一直会提示出现这个错误按照官网的安装方法:install用下面的参数:./configure --with-apxs2=/usr/local/httpd/bin/apxs --with-mysql --prefix=/u...
分类:
Web程序 时间:
2014-09-29 01:45:36
阅读次数:
413
1、查看是否有mod_proxy_http.so、mod_proxy_balancer.so、mod_proxy.so三个模块#ll/usr/local/apache2/modules2、加载模块#cd/usr/local/src/httpd-2.2.23/modules/proxy/#/usr/local/apache2/bin/apxs-c-imod_proxy.cproxy_util.c#/usr/local/apache2/bin/apxs-c-imod_proxy_..
分类:
其他好文 时间:
2014-09-12 17:24:24
阅读次数:
176
1,安装gcc,apache, apxsyum install gcc httpd httpd-devel2,apxs -g -n helloword3,apxs -c mod_helloworld.c4,apxs -i mod_helloworld.la生成了mod_helloworld.so文件...
分类:
其他好文 时间:
2014-08-29 19:59:58
阅读次数:
173
在安装 subversion时候 #tar xvjf subversion-1.6.3.tar # ./configure --prefix=/data1/subversion --with-apxs=/data1/apache2/bin/apxs ?--with-apr-util=/data1/apache2/bin/apu-1-config --with-apr=/d...
分类:
数据库 时间:
2014-07-21 10:18:57
阅读次数:
241
环境:Debian7.5 + apache2.2.24(wdcp/wdlinux)1、转至apache源码包的proxy目录:cd /v/softs/lanmp/httpd-2.2.24/modules/proxy2、执行apxs命令,编译得到mod_proxy.so:sudo /www/wdlin...
分类:
其他好文 时间:
2014-07-21 00:27:46
阅读次数:
487
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:
Web程序 时间:
2014-07-19 15:27:02
阅读次数:
296
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:
系统相关 时间:
2014-07-19 02:12:55
阅读次数:
266