• 欢迎访问水熊虫网站,这里是我个人的工作博客,内容大多是遇到问题完善后,会在这里进行总结归纳内容! QQ群
  • 网站导航中的友情链接专栏上线,更新的都是自己这三年整理的一些东西,感兴趣可以看看!
  • 你所浪费的今天,是昨天死去的人奢望的明天。你所厌恶的现在,是未来的你回不去的曾经!

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

Apache WaterBear 5年前 (2019-07-28) 1225次浏览 已收录 扫描二维码

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]#


WaterBear , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:(20014)Internal error (specific information not available): AH00058: Error retrieving pid file logs/httpd.pid
喜欢 (1)
[[email protected]]
分享 (0)