WAMP Server not getting started problem

I was trying to start WAMP server on my local machine and strangely it was not getting started! Everytime I tried to click “Start All Services” it just ignored it.

I checked Windows Logs under Event Viewer:

Control Panel > Administrative Tools > Event Viewer > Windows Logs > Application

It seems the Apache service was not getting started and following log was getting printed.

The Apache service named reported the following error: >>> Unable to open logs
Code language: HTML, XML (xml)

Whenever the webserver is not getting started the first culprit is to see if the default http port (80) is already in use by some other service.

Well the guess is correct in this case. Skype was the culprit! By default, Skype tries to use port 80 (http) and 443 (https) for incoming connections. Disable this option in skype and your WAMP server is all set to go.

In Skype, goto Tools > Options… > Advanced > Connection and uncheck the checkbox which says “Use Port 80 and 443 as alternatives for incoming connections”

Restart Skype after doing above changes and restart WAMPserver. Your WAMP is up again!! :)

View Comments

  • Hi Viral,

    Thanks for this information.

    What I have done earlier to overcome this problem is to start wamp first and then skype.

    But your information is more helpful.

    Thanks and Regards
    Durgaprasad

  • Hello,
    I am not using skype in my pc.,
    still when i put on my wampserver it says internal error and it cannot be started.
    when i refresh it , it says wampserver started.. but actually its not...
    when i go to my browser and type 'localhost' it says
    page not foud 404 error ..
    please help me in this problem.

  • when i installed wampserver that icon shows offline server then that icon goes on reddish i dont know wat problem plz help

  • Thanks for pointing out the Event Viewer. I was able to see the log associated with Apache and find the error in my httpd.conf file. Thanks!

  • i was facing t same problem, now it is working properly......skype ws t culprit .... :).... thnx a lot

Share
Published by
Viral Patel
Tags: server error skype WAMP webserver

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago