• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

apache sevice not started

Snoker

New Member
Joined
Apr 6, 2009
Messages
131
Reaction score
0
i get this error when trying to start apache

ERROR: Apache service not started [-1]
 
Here's what you do;

1. Go to your Apache folder in your xampp folder. Mine is located at C:\Program Files\xampp\apache.

2. Once inside your apache folder, open the file named "apache_uninstallservice.bat".
This file will uninstall apache service.

3. Then in the same apache folder, open the file named "apache_installservice.bat".
This file will restart your apache.


If that dosen't work try this:


Start the xampp control panel...
Go to Settings --> SCM
In Services (Local) right-click Apache2 --> Properties
Change Startup Type to "Manual"
 
Close the control panel for Apache.

Go into:
/xampp/ and run Xampp Stop.
That will shut down any running services.
Then you run the other file called Xampp Start.

That solved my problem, when I had it.
 
Back
Top