Results 1 to 2 of 2
Hi all,
i have a problem starting https... when i start http it is giving the following message.. what does this mean.. what to do for this..
/etc/init.d/httpd start
Starting ...
- 01-29-2007 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 76
https problem...
Hi all,
i have a problem starting https... when i start http it is giving the following message.. what does this mean.. what to do for this..
/etc/init.d/httpd start
Starting httpd: no listening sockets available, shutting down
Unable to open logs
[FAILED]
thanks...
- 02-19-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 41
Greetings,
Something is already listening to the port/ports http wants to use.
What ports are you telling apache to listen to in the configuration files?
egrep -Ri '^listen' /etc/httpd/*
Thanks,
BASH Cures Cancer


Reply With Quote