我无法在MacOS Mojave版本10.14.5上使用XAMPP 7.2.26-0启动Apache Web服务器

我无法在MacOS Mojave版本10.14.5上使用XAMPP 7.2.26-0启动Apache Web服务器,apache,xampp,Apache,Xampp,我可以在MacOS Mojave版本10.14.5上成功安装XAMPP 7.2.26-0。问题是我无法启动Apache: 在服务器事件中,我看到以下内容: Starting Apache Web Server... /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started Starting Apache Web Server... /Applications/XAMPP/xamppfiles/apache2/sc

我可以在MacOS Mojave版本10.14.5上成功安装XAMPP 7.2.26-0。问题是我无法启动Apache:

在服务器事件中,我看到以下内容:

Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
Stopping all servers...
Stopping MySQL Database...
/Applications/XAMPP/xamppfiles/mysql/scripts/ctl.sh : mysql stopped
Restarting all servers...
Starting MySQL Database...
/Applications/XAMPP/xamppfiles/mysql/scripts/ctl.sh : mysql  started at port 3306
Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
Starting ProFTPD...
Exit code: 8
Stdout:
Checking syntax of configuration file
proftpd config test fails, aborting
Stderr:
2020-01-07 11:33:11,210 Jaimes-MacBook-Pro.local proftpd[24257]: warning: unable to determine IP address of 'Jaimes-MacBook-Pro.local'
2020-01-07 11:33:11,211 Jaimes-MacBook-Pro.local proftpd[24257]: error: no valid servers configured
2020-01-07 11:33:11,211 Jaimes-MacBook-Pro.local proftpd[24257]: fatal: error processing configuration file '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
你认为这是由IP地址冲突或其他原因引起的吗

更新1

因为我对ProFTPD不感兴趣,所以我只尝试启动Apache Web服务器,这是我在服务器事件中看到的:

Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
这会让我觉得ApacheWeb服务器启动成功了。尽管如此,我仍然认为它的状态是“停止”

更新2

下面是我为ApacheWeb服务器所做的配置。我没有改变任何事情。我使用的是默认配置


添加到主机文件:

127.0.0.1 Jaimes-MacBook-Pro.local

我在Windows上安装了UniformServerZero(便携式WAMP服务器)。谢谢。

/private/etc/hosts
中,我现在正在使用
127.0.0.1 Jaimes MacBook Pro.local
并尝试重新启动Apache Web服务器,但问题仍然存在。尝试执行
dscacheutil-flushcache
刷新缓存,然后重新启动我使用的Web服务器
dscacheutil-flushcache
,问题仍然存在。请参见我问题中的
update1
。它说httpd启动了,这对我来说很奇怪,因为它没有在服务器事件中抛出任何错误,即使apacheweb服务器没有将其状态从stopped更改为running。