Apache启动提示:httpd: Could not determine the server's fully qualified domain name
apache编译安装启动时提示:httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName解决方法,
在配置文件httpd.conf中添加:
ServerName localhost:80
重新启动apache,问题解决
页:
[1]