帮助中心 >  技术知识库 >  云服务器 >  服务器教程 >  (20014)Internal error (specific information not available): AH00058: Error retrieving pid file logs/httpd.pid

(20014)Internal error (specific information not available): AH00058: Error retrieving pid file logs/httpd.pid

2019-08-11 09:54:35 17765

apache启动时候报错:

(20014)Internal error (specific information not available): AH00058: Error retrieving pid file logs/httpd.pid

(20014)Internal error: AH00058: Error retrieving pid file logs/httpd.pid

AH00059: Remove it before continuing if it is corrupted.

解决方法:

由于不正当关闭服务造成的问题,删除 httpd.pid


[root@localhost logs]# /usr/local/apache2/bin/apachectl -k restart

(20014)Internal error: AH00058: Error retrieving pid file logs/httpd.pid

AH00059: Remove it before continuing if it is corrupted.

[root@localhost logs]# ls

access_log error_log httpd.pid

[root@localhost logs]# rm -f httpd.pid

[root@localhost logs]#/usr/local/apache2/bin/apachectl -k restart

restart apache… httpd not running, trying to start

 done

[root@localhost logs]#


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: