我一直在玩基于Cloud9网络的IDE学习PHP。
今天,我去运行我的项目,并出现了以下错误:
(20014)Internal error: AH00058: Error retrieving pid file /home/ubuntu/lib/apache2/run/apache2.pid
AH00059: Remove it before continuing if it is corrupted.自那时以来,我一直能够使用XAMPP迁移我的工作,但我希望解决我的Cloud9问题。有人知道如何在Cloud9环境中解决这个问题吗?
发布于 2016-05-31 09:42:16
我有相同类型的问题和解决方案如下。希望有人能帮忙
问题: 启动apache2 (20014)内部错误: AH00058:检索pid文件/home/ubuntu/lib/apache2/run/apache2.pid错误 AH00059:如果它损坏了,在继续之前删除它。
解决方案:
sudo rm /home/ubuntu/lib/apache2/run/apache2.pid then
sudo /home/ubuntu/lib/apache2/run/apache2.pid restart发布于 2015-12-06 17:21:15
通过使用Cloud9 9的终端导航到目录,然后删除损坏的文件,我觉得应该自己dumb...resolved这个问题。
https://stackoverflow.com/questions/34101249
复制相似问题