How can I set the global directive 'ServerName' to suppress this message on windows 10?

I ran into this error message today while trying to install and configure the latest version of apache, whenever I type httpd

in cmd

I get this:

AH00558: httpd: Failed to reliably determine the fully qualified domain name of the server using fe80 :: bd5f: 7651: b4a3: 3a1a. Set the global "ServerName" directive to suppress this message.

+3


source to share


1 answer


ServerName www.example.com:8080 

      

On that line, remove the hashtag and use your domain name if you have other uses



localhost:8080

      

+3


source







All Articles