#tar -zvxf httpd-2.2.19.tar.gz #cd httpd-2.2.19 #mkdir /usr/local/apache2 #./configure --prefix=/usr/local/apache2 --enable-modules=so --enable-rewrite #make && make install #chkconfig httpd on #service httpd start #service httpd stop
Powered by: 博客园 Copyright © 2024 凉水代码 Powered by .NET 9.0 on Kubernetes