Search code examples
apachewampwampserver

1 of 3 services running wamp 3.1.0....not 1 of 2...but 1 of 3...WTH


I'm running Windows 7 (32bit) with WAMP server 3.1.0.

I only downloaded WAMP and installed it, but it shows 1 of 3 services running. ..i tried checking online for solution....but everyone says 1 of 2 or 2 of 3.....its like no one ever had my problem....if you know what this is please tell me....or atleast tell me what the three services are?.....once again i only installed wamp only not installed apache or oracle database hoping wamp does it for me...

Is there anything I am missing?


Solution

  • I got this same kind of problem, below are the following steps I took to get it done.

    1. Make sure firewall is not blocking apache app. goto control panel>allow an app through windows firewall>change settings>allow another app>browse this directory "C:\wamp\bin\apache\apache2.4.33\bin" and click on httpd.exe

    2. The default port for apache is 80 and its most time being occupied by another application(e.g Skype). so its important you set your apache to use another port. click on wamp icon on the system tray>apache>http.conf, then look for all the lines of code that include :80 (it should about three different lines), and change them to :8080 (or any number you prefer apart from :80)

    3. Once that is done, click on wamp icon on the system tray. The three services needed to run are the Apache Service, MySQL, and MariaDB service. click on each of them as follow

    a. apache>service administration 'wampapache'>if start/resume service is enabled, click it otherwise, click on install service first, and then click start service

    b. MySQL>service administration 'wampmysqld'>if start/resume service is enabled, click it otherwise, click on install service first, and then click start service

    c. MariaDB>service administration 'wampmariadb'>if start/resume service is enabled, click it otherwise, click on install service first, and then click start service

    1. Lastly Restart all services. And there you go... Let me know if it helps. it solved it for me