我一直在玩Cloud9基于Web的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环境中解决这个问题?
答案 0 :(得分:1)
嗯,我感到相当愚蠢......通过使用Cloud9终端导航到该目录然后删除了损坏的文件,我自己解决了这个问题。
答案 1 :(得分:0)
我遇到了同类型问题&解决方案如下。希望有人可以提供帮助
问题:
启动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