源码安装apache

源码安装apache
由于apache的模式是编译时指定的所以,还是建议重新手动编译apache
然后进行安装。
先安装apr
cd/apr
./configure--prefix=/usr/local/apr
make&&makeinstall
cd../apr-util
./configure--prefix=/usr/local/apr-util--with-apr=/usr/local/apr/
make&&makeinstall
再编译安装apache
./configure--prefix=/usr/local/apache2--with-apr=/usr/local/apr/--with-apr-util=/usr/local/apr-util/--enable-so--enable-rewrite--with-mpm=worker

修改配置文件httpd.conf
添加ServerNamebbstest


源码编译安装PHP
./configure--prefix=/usr/local/php5--with-apxs2=/usr/local/apache3/bin/apxs--with-MySQL=/www/wdlinux/mysql-5.1.63--with-gd--with-zlib--with-png--with-jpeg--with-freetype--enable-sockets--with-iconv--enable-mbstring--enable-track-vars--enable-force-cgi-redirect--with-config-file-path=/usr/local/php5/etc

网页标题:源码安装apache
网页网址:http://csdahua.cn/article/jhpcpi.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流