Try 'sudo lsof -i:443'. This is what I get on my system.
sudo lsof -i:443 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME apache2 14550 root 5u IPv6 2251478 TCP *:https (LISTEN) apache2 14589 www-data 5u IPv6 2251478 TCP *:https (LISTEN) apache2 26533 www-data 5u IPv6 2251478 TCP *:https (LISTEN) On 10/2/07, Tyler Bird <[EMAIL PROTECTED]> wrote: > Hi list, > > I am frustrated trying to restart apache and it complaining it can't > bind to port 443 when > it seems no services are attached to it. > > Does anyone know any command line utility that can report which programs > are attached to which tcp port? > > any one know they correct netstat options to report this. > > Thanks in advance! > > Tyler >
