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
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
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
> 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
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