【问题标题】:XAMPP: Starting Apache...fail. when running exampp in ubuntuXAMPP:启动 Apache...失败。在 ubuntu 中运行 exampp 时
【发布时间】:2023-02-14 17:36:15
【问题描述】:

当我在我的 ubuntu 上运行我的 xampp 时出现这个错误

redha@redha:~$ sudo /opt/lampp/lampp 开始
[sudo] redha 的密码:
正在为 Linux 7.3.27-1 启动 XAMPP...
XAMPP:启动 Apache...失败。
XAMPP:另一台 Web 服务器已在运行。
XAMPP:启动 MySQL...好的。

【问题讨论】:

    标签: ubuntu xampp lampp


    【解决方案1】:

    有同样的问题。 (This answer) 解决了我的问题。为了这个问题的目的,我将重申一下。

    停止所有服务

    sudo /etc/init.d/apache2 stop
    
    sudo /etc/init.d/mysql stop
    
    sudo /etc/init.d/proftpd stop
    

    然后重启服务器 sudo /opt/lampp/lampp restart

    【讨论】:

      猜你喜欢
      • 2014-05-25
      • 2013-11-01
      • 1970-01-01
      • 2013-03-15
      • 1970-01-01
      • 2021-11-14
      • 2018-07-14
      • 2021-05-31
      • 2016-11-23
      相关资源
      最近更新 更多