AH00558错误,apache重启报错ServerName12
2016-07-23 本文已影响371人
王宝花
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message

修改/etc/apache2/apache2.conf
# Global configuration
ServerName 127.0.0.1
