Sunday, October 24, 2010

Error (98)Address already

Error :-

If we get this kind of  error, of while try to restart  httpd:httpd  not running, trying to start

(98)Address already in use:- make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down

**************************************************************

-- Unable to open logs Then Simply fire the command which is given below :-

netstat -lpn | grep '0.0.0.0:80'

It will show the result something like:

tcp        0      0 0.0.0.0:80                  0.0.0.0:* LISTEN      14829/httpd

*Note:- Then kill the PID & kill all the processes of the service & try to restart it.

***************************************************************
This will fix the (98)Address already in use error.

No comments:

Post a Comment