服务器Apache的安装

来源:互联网 发布:nginx和apache是什么 编辑:程序博客网 时间:2024/06/05 16:35


httpd -k install

net start apache2.2

sc delete apache2.2

httpd -w -n "apache2.2" -k start;

0 0