httpd-2.4.46.tar.bz2安装
wget http://mirrors.hust.edu.cn/apache/httpd/httpd-2.4.46.tar.bz2 tar -jxf httpd-2.4.46.tar.bz2 cd httpd-2.4.46/ yum -y install apr apr-devel apr-util apr-util-devel ./configure --prefix=/opt/apache2/ --enable-rewrite --enable-so make make install 启动 /opt/apache2/bin/apachectl start
<< 上一篇
下一篇 >>
网友留言(1 条)