I tried to install the Apache 2.4 web server on my local machine and I got the error below.
** Errors reported here must be corrected before the service can be started. AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::7908:85c9:d022:6dbc. Set the 'ServerName' directive globally to suppress this message**
I ran the command httpd.exe -k install
to install the Apache and httpd.exe -k start
to start the server and see if I could bypass error.