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

17,503

Solution 1

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

Solution 2

Check if you have "Controlled folder access" enabled in windows defender. I had that one that blocked access.

Share:
17,503
Raja
Author by

Raja

Apparently this user likes to keep a mystery of bits and bytes around him

Updated on June 04, 2022

Comments

  • Raja
    Raja almost 2 years

    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?

  • Zeeshan Ahmad Khalil
    Zeeshan Ahmad Khalil over 2 years
    for me change settings is disabled.
  • Akinsam
    Akinsam over 2 years
    Hello Zeeshan Ahmad Khalil, the essence of change settings button is to enable "allow another app" button. so if the allow another app button is enabled. You're good to go
  • Aarony
    Aarony about 2 years
    sometimes MySQL is causing the issue and by restaring Host Network Service, problem is solved. run following commands in administration mode in windows : net stop hns net start hns