共计 624 个字符,预计需要花费 2 分钟才能阅读完成。
在服务器上安装了 Apache 2.2 后想升级到 2.4,结果怎么都安装不上,最后指定配置文件后安装成功。
2.2.25
./configure –prefix=/usr/local/apache –with-included-apr –enable-so
./configure –with-apxs=/usr/local/apache/bin/apxs
2.4.6
首先将 apr apr-util pcre 拷贝到 scrlib 中
./configure –with-included-apr –with-pcre=/usr/local/pcre –enable-so
./configure –with-apxs=/usr/local/apache2/bin/apxs
/usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf
停止服务:/usr/local/apache2/bin/httpd -k stop -f /usr/local/apache2/conf/httpd.conf
开启服务:/usr/local/apache2/bin/httpd -k start -f /usr/local/apache2/conf/httpd.conf
Linux 下 Apache 与 Tomcat 的完全分布式集群配置(负载均衡)http://www.linuxidc.com/Linux/2013-08/89072.htm
正文完
星哥玩云-微信公众号