Apache – Xampp Apache Service Not Starting

apachexampp

I have installed xampp 3.2.1 in my virtual machine windows xp.i need mysql and apache services for my project mysql service starts easily but apache service is not staring even if it starts for few seconds it shut downs immediately.

apache error

  1. checked that no other service or application like skype or any other is running on port 80 using xampp control panel Netstat

  1. change the configurations of ports in httpd.conf and httpd-ssl.conf tried different ports like 1337 and 7331 , 3333 and 4444 , 81 and 444 and many others but no luck.

  2. Tried disabling IIS as recommended in forums but again no luck.

  3. Stopped Web Client in Services but no solution also recommended to check the path of mysql and apache services in services tab but there is no mysql and apache services in services tab.

Am I missing any configuration or is it virtual machine problem.

Any help is highly appreciated.

Best Answer

Exactly, skype application running on your pc is a factor that might disabled the xampp from working.. So ensure you signed out from the skype and start the xampp / wamp again.

Yes, it works after running.

Related Topic