I installed xampp 1.6.8 and for some reason it did'nt work. Later realized port 80 is not free or not listening. How can I release it or make it free?
Thanks a lot!
I installed xampp 1.6.8 and for some reason it did'nt work. Later realized port 80 is not free or not listening. How can I release it or make it free?
Thanks a lot!
This is just a guess, but since port 80 is the conventional port for HTTP, you may have a webserver running on your system. Is IIS active?
netstat -ano
That will show you the PID of the process that is listening on port 80. After that, open the Task Manager -> Processes tab. From the View -> Select Columns menu, enable the "PID" column, and you will see the name of the process listening on port 80.
Thanks guys it helped me .. Amazingly it was Skype which was using port 80.
Tauseef, what did you do in order to continue to be able to use skype..?
Thanks