Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do Set the 'ServerName' directive globally to suppress this message on windows 10?

I came across this error message today when trying to install and set up the latest version of apache, whenever I type httpd in cmd I get this:

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::bd5f:7651:b4a3:3a1a. Set the 'ServerName' directive globally to suppress this message

like image 774
Sammy Kaiser Avatar asked Apr 20 '17 02:04

Sammy Kaiser


1 Answers

ServerName www.example.com:8080 

On this line remove the the hashtag and use your domain name if you have one other use

localhost:8080
like image 185
Toulik Avatar answered Nov 01 '22 14:11

Toulik