When getting the following error message:
AH00557: httpd: aprsockaddrinfo_get() failed for roc
AH00558: httpd: 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
EDIT /usr/etc/apacheXX/httpd.conf
— XX is version number
Change the ServerName
line to ServerName you_server_name:80
Save, quit, restart apache.
You must log in to post a comment.