LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Killing processes on Port 80 (https://www.linuxquestions.org/questions/linux-general-1/killing-processes-on-port-80-a-282965/)

matux 01-27-2005 01:39 PM

Killing processes on Port 80
 
Hi, I've developed a Plone website and am going to run zope on port 80. When is set the port to 80 and restart zope i get that the port is already in use. I have stopped all programs i can think of that would cause the problem but its still the same.

How do i get a list of processes that are using port 80?

jtshaw 01-27-2005 01:44 PM

netstat -ta will tell you if there is anything listening on port 80. Likely suspect is apache httpd. Do a ps aux to see if it is running.

matux 01-27-2005 02:00 PM

Cheers that did the trick. Thanks.

Just another question, not too important. If you want to give a user permisson to use port 80 how do you do it?

oobe 02-16-2005 09:15 PM

only root can use the first 1024 ports you can use the user nobody or aother users from the system GUID


All times are GMT -5. The time now is 08:34 AM.