Whenever I try to start up WAMP, I get the following message in my apache error log:
Syntax error on line 46 of C:/wamp/bin/apache/apache2.2.8/conf/httpd.conf:
Listen setup failed
This statement says that httpd.conf of apache has a syntax error, but I don't know what the syntax error could possibly be. This is what line 46 of the http.conf file says:
Listen 80
How do I fix this syntax error?