帮助文档

Apache错误:Internal error: Error retrieving pid file logs/httpd.pid

启动apache时,出现20014错误:
[root@123 ~]# service httpd start
(20014)Internal error: Error retrieving pid file logs/httpd.pid

Remove it before continuing if it is corrupted.


解决方法:其实这个错误就是因为Apache目录下的logs 子目录下的httpd.pid 文件内容是空的。这个文件是记录进程ID的文件。因为这个文件是空的,就无法启动。随便写点数字进去,再启动Apache,就可以成功了。
[root@123 ~]# echo 12345 > /usr/local/apache/logs/httpd.pid
[root@123 ~]# service httpd start

这条帮助是否解决了您的问题? 已解决 未解决

提交成功!非常感谢您的反馈,我们会继续努力做到更好!更多建议 非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

更多建议