question on Apache(can't start)
when ./apachectl start
error_log show :
[Mon Feb 16 14:59:24 2004] [warn] pid file /usr/local/apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 16 14:59:24 2004] [emerg] (38)Function not implemented: Couldn't create accept lock
(apache2.0.48)
Re: question on Apache(can't start)
Hi,
I think that you are not properly stop the apache.For this condition you can kill the process by using the Kill command
1)First check whether the process is working in the Background by using the command "top" or "ps -ax "
2)if it is find in the list take the pid of the process and stop the command by using the "kill -9 pid"
3)After that check again by using the command "ps -ax".......
Try for this......