Invalid Command '80HostnameLookups' , perhaps misspelled or defined by a module not included in the server configuration
I got this error when I debug the issue (wamp server was not going online) by the procedure defined by @RiggsFolly. Just comment the line 80HostnameLookups Off
by changing it to #80HostnameLookups Off
.
This solution worked for me and apache starts running.
Note:80HostnameLookups Off
can be found on line 222
of httpd.conf
file located in C:\wamp\bin\apache\apache2.4.9\conf