【问题标题】:XAMPP apache will not startXAMPP apache 无法启动
【发布时间】:2017-04-10 02:44:14
【问题描述】:

我不得不用 El capitan 重新安装我的 max,我让 XAMPP 与 mysql 和 apache 一起工作,能够启动服务器。现在我的 apache 服务器无法启动,所以我无法访问 phpmyadmin 做一些功课。

我环顾四周,发现它可能是端口 80 或 81 的问题,所以我检查并发现当前没有应用程序正在使用该端口,无论哪种方式我仍然没有通过。

我尝试通过终端查看错误消息,

Starting XAMPP for Mac OS X 5.6.30-0...
XAMPP: Starting Apache...fail.
XAMPP:  Starting diagnose... 
XAMPP:  Sorry, I've no idea what's going wrong. 
XAMPP:  Please contact our forum http://www.apachefriends.org/f/ 
Last 10 lines of "/Applications/XAMPP/xamppfiles/logs/error_log":
tail: /Applications/XAMPP/xamppfiles/logs/error.log: No such file or directory
XAMPP: Starting MySQL...ok.
Contents of "/Applications/XAMPP/xamppfiles/var/proftpd/start.err":
C02L58UUFFT1.corp.proofpoint.com proftpd[1780]: warning: unable to determine IP address of 'C02L58UUFFT1.corp.proofpoint.com'
C02L58UUFFT1.corp.proofpoint.com proftpd[1780]: error: no valid servers configured
C02L58UUFFT1.corp.proofpoint.com proftpd[1780]: Fatal: error processing configuration file '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
C02L58UUFFT1:~ sblomquist$ lsof -i ':80'
C02L58UUFFT1:~ sblomquist$ lsof -i ':81'

当我四处寻找更多可能的解决方案时,我想我会在这里发布我的问题。

【问题讨论】:

  • 这听起来更像是服务器配置问题而不是编码问题。我会尝试服务器故障。
  • 感谢您的提示,我将删除它并在那里尝试。谢谢!

标签: apache xampp


【解决方案1】:

更新您的系统并安装网络工具

在 ubuntu 上,sudo apt update 然后sudo apt install net-tools -y 重启你的服务器

【讨论】:

    猜你喜欢
    • 2012-11-29
    • 2018-02-28
    • 2020-10-18
    • 2018-06-18
    • 2016-02-13
    • 2016-01-08
    • 2015-11-24
    • 2013-12-06
    • 2015-02-04
    相关资源
    最近更新 更多