Results 1 to 6 of 6
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] (3 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2004 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 2
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] (3
Function not implemented: Couldn't create accept lock
(apache2.0.4
- 02-17-2004 #2Just Joined!
- Join Date
- Nov 2003
- Location
- PH
- Posts
- 2
it would help if you give us some background as to what distro u'r using and how u configured the apache installation. thanks!
- 02-17-2004 #3
It seems like a bug from what i found are you using SSL? If it was me i would ditch 2.x and use 1.x
- 02-18-2004 #4Just Joined!
- Join Date
- Feb 2004
- Posts
- 2
my configure:
./configure --prefix=/usr/local/apache2
make
make install
cd /usr/local/php4.3.4
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-gd
--with-zlib-dir=/usr/local/lib/zlib.x
--with-freestyle-dir=/usr/local/lib/freestyle.x
--with-libpng=/usr/local/lib/libpng.x
make
make install
same question occured at
http://www.linuxforums.org/forum/vi...6144&highlight=
- 02-25-2004 #5Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
this is a known bug for apache2.x on linux...I encountered the same issue...if I restart me\y machine then the webserver comes up correctly else I get the error message "Function not implemented: Couldn't create accept lock"
i ditched 2.x and used 1.x and everythg worked fine for me. they have a solution on the redhat site for this bug saying it was resolved but it still occured for me.Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html
- 02-26-2004 #6Just Joined!
- Join Date
- Feb 2004
- Location
- Bangalore
- Posts
- 14
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......


Reply With Quote
