Apache wont start on Xampp

Apache wont start on Xampp

November 29, 2011 Many days ago, I wrote a post for "Apache Problem in Xampp". on that article,  skype was problem, but recently I got a query: "Hi e'm trying to install xampp 1.7.7 version in my laptop which is with xp3,32 bit. after installing when i tried to run the apache or sql services it is not running and giving warning: terminating worker thread 0. i checked port 80 with xampp port checker it is showing 80 as free only. Filezilla is working fine but not the remaining two." So here is the solution for apache when skype not present. In this case you need to check port no 80 is free or not. Below is the step
  • Open Command prompt
  • Run command : netstat -a -no
  • Check all the local address which have port no 80.
  • If you find port no. 80, just note down the PID for that local address.
  • Now Run Command : tasklist
  • Check all the running program and match with written PID.
  • Open Task Manager and end process for that program ( or you can open the program and check setting, if you can check port no.)
Hope it will help you.

Related Posts

from my blog


Best Code Editor Solutions for Every Developer in 2021: The Ultimate Guide

August 20, 2021

Introduction: The life of a developer is no more than a roller coaster. They have to play codes with every single minute, which is not a handy thing. It requires...

The Ultimate Best Marketplace WordPress plugins in 2021

August 17, 2021

Using WordPress to build an online business has grown a lot easier over time. Well, owing to the availability of marketplace WordPress themes, setting up your multi-author online shop has...

What is a Version Control System? and Why You Need It

August 15, 2021

In an international firm, employees may have difficulty collaborating, keeping multiple versions of files, and backing up their data. All of these issues must be addressed in order for a...