monitoring server and which ports they are connected to.

2007-10-02 Thread Tyler Bird
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

Re: monitoring server and which ports they are connected to.

2007-10-02 Thread Manoj Bist
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 root5u IPv6 2251478 TCP *:https (LISTEN) apache2 14589 www-data5u IPv6 2251478 TCP *:https (LISTEN) apache2 26533 www-data

Re: monitoring server and which ports they are connected to.

2007-10-02 Thread Stephane Chazelas
On Tue, Oct 02, 2007 at 01:01:52PM -0700, Manoj Bist wrote: Try 'sudo lsof -i:443'. [...] See also: ss -a 'src :https' (ss is part of iproute, the new suite of ip managment tools for Linux). Cheers, Stephane

Best version of Apache for Win32 deployment

2007-10-02 Thread Foo JH
Hi all, Just want to share something I read today (fairly old news) at ApacheLounge: http://www.apachelounge.com/forum/viewtopic.php?t=1907 Since many (most?) people who use Apache from Apache Lounge also use mod_fcgid and/or mod_perl, it seems that 2.2.5 will remain the best Apache version

Re: Best version of Apache for Win32 deployment

2007-10-02 Thread William A. Rowe, Jr.
Foo JH wrote: Hi all, Just want to share something I read today (fairly old news) at ApacheLounge: http://www.apachelounge.com/forum/viewtopic.php?t=1907 Since many (most?) people who use Apache from Apache Lounge also use mod_fcgid and/or mod_perl, it seems that 2.2.5 will remain the