apache make

Posted 天狼鼠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache make相关的知识,希望对你有一定的参考价值。

https://jingyan.baidu.com/article/7e4409533d7f0f2fc0e2ef91.html

1. apr apr-util

http://archive.apache.org/dist/apr/

apr:  configure;make;make install

apr-util: ./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr/ ;make ; make install

2.prce :http://www.pcre.org

configure;make;make install3.openssl:  http://www.openssl.org/source/

4.apache

http://httpd.apache.org

/configure  --prefix=/usr/local/apache2 --enable-mods-shared=ALL --enable-so  --with-apr=/usr/local/apr -with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre --enable-ssl --with-ssl=/usr/local/ssl

 

以上是关于apache make的主要内容,如果未能解决你的问题,请参考以下文章

Apache 服务

我怎么在LINUX下查看apache日志

Linux中怎样启动apache服务

启动apache时出现xampp错误说停止apache

如何解决 apache htacess 不生效

如何在Linux下搭建apache服务器