我无法在linux上启动Apache服务器。
我试过:
service httpd start和
/etc/init.d/httpd start但这两个命令都显示:--
rm: cannot remove `/var/run/httpd/httpd.pid': Permission deniedLED]
rm: cannot remove `/var/lock/subsys/httpd': Permission denied
rm: cannot remove `/var/run/httpd/httpd.pid': Permission denied如果有什么问题,请告诉我
发布于 2012-03-27 05:27:25
再次以root用户身份运行命令,然后尝试重新启动。
https://serverfault.com/questions/373741
复制相似问题