Re: Checking Port Usage

2003-11-25 Thread Sandro Wabner
Hi, > What program or possibly how can I check what service is using > which port. > I'm trying to set up Squid to use port 80 and I'm getting an > error that the port is in use first of all, Port 80 is traditionaly used by httpd. The Proxy should run on Port 8080. If you know your apache is n

Re: Checking Port Usage

2003-11-24 Thread George Magklaras
nmap will show the open ports of the machine, but it will label them according to its own rules. The best thing to do is to use netstat. As root, if you do: netstat -p -a -A inet This will list all the processes that are bound to certain ports. Depending on how active is your system, you might

Re: Checking Port Usage

2003-11-23 Thread Craig White
On Sat, 2003-11-22 at 05:21, Blessing Kamutande wrote: > What program or possibly how can I check what service is using which port. > I'm trying to set up Squid to use port 80 and I'm getting an error that the > port is in use - check /etc/services netstat -nlv will show which ports are listen

Re: Checking Port Usage

2003-11-23 Thread Corey Hart
> What program or possibly how can I check what service is using which port. > I'm trying to set up Squid to use port 80 and I'm getting an error that the > port is in use > > TIA > Blessing > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://www.redhat.com/mailman/listinfo/psyche

Checking Port Usage

2003-11-23 Thread Blessing Kamutande
What program or possibly how can I check what service is using which port. I'm trying to set up Squid to use port 80 and I'm getting an error that the port is in use TIA Blessing -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list