Rahul Bouddha wrote: > Thanx Mithun, > > I have stoped all apache and then run this: > > "tail -f /var/log/httpd/error_log" > after running, I got this message:- > > "[Wed Jan 16 20:42:04 2002] [crit] (98)Address already > in use: make_sock: could n > ot bind to port 80 > [Thu Jan 17 09:38:09 2002] [crit] (98)Address already > in use: make_sock: could n > ot bind to port 80"
As it says address already in use the following command might throw some light on what all is running. ps ax See whether you find anything called httpd running. If you find any do a killall httpd followed by killall -9 httpd if the processes dont stop even then. I do hope you are running apache after doing a "su -". Mithun ================================================ To un/subscribe, send email to [EMAIL PROTECTED] with 'un/subscribe' in subject header Archives are available at http://www.mail-archive.com/ilugd%40wpaa.org =================================================