当前位置: 技术问答>linux和unix
求助 APACHE不能运行
来源: 互联网 发布时间:2015-06-10
本文导语: 昨天还好好的,今天使用/etc/rc.d/init.d/httpd restart时出现以下错误 [want]php moudles is loading skiping httpd can't start. | 检查80端口使用情况:如果端口被占用,则释放该端口,如果不是端口问题,则可能是HTT...
昨天还好好的,今天使用/etc/rc.d/init.d/httpd restart时出现以下错误
[want]php moudles is loading skiping httpd can't start.
[want]php moudles is loading skiping httpd can't start.
|
检查80端口使用情况:如果端口被占用,则释放该端口,如果不是端口问题,则可能是HTTPD.CONF文件配置补正却
[root@student root]# netstat -nap --inet |grep 80 |grep LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:*
LISTEN 24378/exim
[root@student root]# kill 24378
[root@student root]# kill 24378
-bash: kill: (24378) - No such process
[root@student root]# netstat -nap --inet |grep 80 |grep LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:*
LISTEN 24378/exim
[root@student root]# kill 24378
[root@student root]# kill 24378
-bash: kill: (24378) - No such process