【发布时间】: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'
当我四处寻找更多可能的解决方案时,我想我会在这里发布我的问题。
【问题讨论】:
-
这听起来更像是服务器配置问题而不是编码问题。我会尝试服务器故障。
-
感谢您的提示,我将删除它并在那里尝试。谢谢!