- 论坛徽章:
- 0
|
一次在没有停掉apache时就修改了httpd.conf,结果在./apachectl stop后
出现Invalid command 'AddModule', perhaps mis-spelled or defined by a module not included in the server
错误,
用netstat -A inet -lnp看时
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN 693/java
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 645/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 663/httpd
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 516/proftpd: (accep
看到httpd还没有关掉,
害得我不得不重启机器,这种情况如何杀死它。说明的是,Pid文件已经没有了 |
|