kill port 80 application

How can I see what is using port 80 so I can kill the port 80 application thats getting in the way of using apache server on XP?

Also, is it ok to set up apache on linux using virtual box?

thx for your help
 
Port 80 is the port thats used for hosting a web server. If you kill port 80, then you wont be able to use apache, unless you change to a different port.
 
Back
Top