📌  相关文章
📜  mac httpd:无法可靠地确定服务器的完全限定域名,使用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:36.106000             🧑  作者: Mango

代码示例1
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.