Arpan Sen
Arpan Sen

Reputation: 1

Could not open configuration file bin/conf/httpd.conf: The system cannot find the path specified

I installed wamp server but I cannot start the Apache service because of the following error, 'Could not open configuration file bin/conf/httpd.conf: The system cannot find the path specified'.

I figured this out by looking into Event Viewer. The actual path for the http.conf file is wamp/bin/apache/apache2.4.9/conf/http.conf.

I tried copying the folder conf and putting in the bin folder but the same error showed up when I started the Apache service using the Wamp server icon in the system tray. Please help me!!

The actual error message in the Event Viewer was: "The Apache service named reported the following error:

httpd.exe: Could not open configuration file bin/conf/httpd.conf: The system cannot find the path specified."

Upvotes: 0

Views: 7844

Answers (2)

Antonio
Antonio

Reputation: 11

The solution is very simple: install apache on C:\ (open the downloaded zip file and copy the apache folder to C:). Don't install it on the Program Files folder!!. You can install it in your user folder too...

Upvotes: 1

RiggsFolly
RiggsFolly

Reputation: 94642

I think you will find that you have had an Apache installed on your system before and its finding an old httpd.conf file.

All WAMPServers files are under the \wamp\ folder, so do a search for httpd.conf and delete any that are outside the \wamp\ folder structure.

Upvotes: 0

Related Questions