Re: [EMAIL PROTECTED] Warning message on Solaris

2006-02-20 Thread Ganeshh HariHaran
try  lsof -i| grep -w 80 and find which all apache threads is listening on port 80, filter the one which is in question based on name or IP.take the process id from second column of the matching name or IP in question  and kill it.start your apache once again...Pls take caution if you

[EMAIL PROTECTED] Warning message on Solaris

2006-02-20 Thread Tejas Sanghavi
Hi,   I am using Apache 2.0.55 on Solaris 8.   When I try to listen on the port which is already in use, I get the message - "Address already in use: make_sock: could not bind to address ..." on the console as well as in error_log on Linux, Windows, HP-UX. But I am not getting this message on