Apache not working after macOS Mojave update

后端 未结 5 1397
野趣味
野趣味 2020-12-20 14:23

Ok, after update macOS from High Sierra to Mojave, Apache with PHP stop working properly, so I did everything as is said in this guide - https://getgrav.org/blog/macos-mojav

5条回答
  •  [愿得一人]
    2020-12-20 14:53

    because the topic is the httpd.conf messed up after Mojave upgrade I got also this error during sudo apachectl configtest

    Could not reliably determine the server's fully qualified domain name, using XXX. Set the 'ServerName' directive globally to suppress this message
    

    I found out the #ServerName localhost:80 in the httpd.conf was comented out, uncommenting resolved my issue.

提交回复
热议问题