【问题标题】:Cloud9 error when running project "Error retrieving pid file"运行项目时出现 Cloud9 错误“检索 pid 文件时出错”
【发布时间】:2015-12-05 04:23:27
【问题描述】:

我一直在玩 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 环境中解决这个问题?

【问题讨论】:

    标签: pid cloud9-ide


    【解决方案1】:

    好吧,我觉得自己很笨......通过使用 Cloud9 的终端导航到目录然后删除损坏的文件,我自己解决了这个问题。

    【讨论】:

    • 删除了哪个文件?
    【解决方案2】:

    我遇到了相同类型的问题和解决方案,如下所示。希望有人可以提供帮助

    问题:

    启动 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
    

    【讨论】:

      猜你喜欢
      • 2021-06-19
      • 2020-11-16
      • 2018-05-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-04-29
      相关资源
      最近更新 更多