Fix "Wamp Server Service Is Not Working" Problem



If your Wamp server is not starting then follow the below steps.

  1. Got to Wampserver menu -> Apache -> service ->Test port 80.



  2. It will open one new window as shown below.



  3. It says that whatever port is used by Apache (Wamp server) is currently used by some other service, so if you want to start the Apache service then you have to changethe port of this Wampserver service.

  4. Now for changing the port you have to go to Wampserver menu => Apache.

  5. Open httpd.conf file.

  6. Now search for “80”  in the file and replace it with 8081 as show in the below images.




  7. Now save the file and restart the Apache service. It's working fine.

  8. Now go to web browser and type the below url http://localhost:8081/.

  9. It will display the following page.

If you have any queries regarding the Wamp server installation, contact me in the comment section.