Glad to see that you were able to start your apache server, but I just wanted to pass on this extra bit of info to you.
Quote:
Originally Posted by vamshikrishnab
yesterday i tried to start the apache(in root) by the following command.
/usr/local/apache/bin/apachectl start
But this given the following error
[Thu May 15 14:43:20 2008] [crit] (125)Address already in use: make_sock: could not bind to port 80
|
Looking back at your previous posts, the start/stop script you should be using is /etc/rc2.d/S95http so try this as the root user:
Code:
/etc/rc2.d/S95http stop
ps -ef | grep http
Make sure there are no http procs running, if any exist kill them
(your web server's not functional anyway, so this shouldn't cause anyone any grief), then
/etc/rc2.d/S95http start
ps -ef | grep http
Your web server should now be running