./configure --prefix=/usr/local/apache -with-pcre=/usr/local/pcre-8.39/bin/pcre-config -with-included-apr
sudo apachectl –k start
sudo ./apachectl –k start
sudo firewall-cmd --zone=public --add-port=80/tcp –permanent 允许80端口
sudo systemctl restart firewalld.service
sudo apachectl –k start
sudo ./apachectl –k start
sudo firewall-cmd --zone=public --add-port=80/tcp –permanent 允许80端口
sudo systemctl restart firewalld.service
2017-01-17
mv apr apr-util httpd-2.4.25/srclib/ 移动文件
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz 正则包
https://apr.apache.org/download.cgi apr下载地址
./configure --prefix=/usr/local/pcre-8.39
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz 正则包
https://apr.apache.org/download.cgi apr下载地址
./configure --prefix=/usr/local/pcre-8.39
2017-01-17
http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.25.tar.gz apache包
http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz apr 包
http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz apr util包
mv apr-1.4.5 apr 重命名
http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz apr 包
http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz apr util包
mv apr-1.4.5 apr 重命名
2017-01-17