apache 80端口无法打开|连接
番茄系统家园 · 2022-08-02 03:36:05
可能是你已经开了httpd服务吧?
chkconfig --level 35 httpd off
/etc/rc.d/init.d/httpd stop
然后在apachectl start
猜你喜欢
最新应用
热门应用
番茄系统家园 · 2022-08-02 03:36:05
可能是你已经开了httpd服务吧?
chkconfig --level 35 httpd off
/etc/rc.d/init.d/httpd stop
然后在apachectl start