📅  最后修改于: 2022-03-11 14:58:36.106000             🧑  作者: Mango
Uncomment this line in httpd.conf
ServerName localhost
The problem is that on macOS it is the wrong file (not /private/etc/httpd.conf).
To find the right location of your httpd.conf Apache configuration file, run:
apachectl -t -D DUMP_INCLUDES
then double check whether ServerName is uncommented and set to localhost.