who's using that port?

2007-01-12 Thread Michael P. Soulier
I came home tonight to find my server with a full /var partition due to httpd-error.log being very full of error messages. I cleaned it up, and restarted apache to find that it wouldn't bind to ports 80 and 443 as they were in use. netstat -na confirmed that they were, but not by who. There's no

Re: who's using that port?

2007-01-12 Thread Matt Emmerton
I came home tonight to find my server with a full /var partition due to httpd-error.log being very full of error messages. I cleaned it up, and restarted apache to find that it wouldn't bind to ports 80 and 443 as they were in use. netstat -na confirmed that they were, but not by who.

Re: who's using that port?

2007-01-12 Thread Josh Carroll
netstat -na confirmed that they were, but not by who. There's no -p argument to track the pid of the process using the port. How do you track that on BSD? sockstat -4 -p port Josh ___ freebsd-questions@freebsd.org mailing list

Re: who's using that port?

2007-01-12 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael P. Soulier wrote: I came home tonight to find my server with a full /var partition due to httpd-error.log being very full of error messages. I cleaned it up, and restarted apache to find that it wouldn't bind to ports 80 and 443 as they