Apache not working after macOS Mojave update

后端 未结 5 1410
野趣味
野趣味 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 15:08

    Further to adang's reply i also had to uncomment this line:

    Include /private/etc/apache2/extra/httpd-userdir.conf
    

    in order for it to know what user directories were available.

    Within /private/etc/apache2/extra/httpd-userdir.conf

    I had to uncomment this line:

    Include /private/etc/apache2/users/*.conf
    

    then:

    sudo apachectl restart
    

提交回复
热议问题