On Thu, 30 Jun 2005 10:37:51  0200 [EMAIL PROTECTED] wrote:
> Hi,
> 
> On Mit 29.06.2005 16:12, Lyndon Tiu wrote:
> >
> >I am getting this error in the httpd's error.log:
> >
> >[emerg] (2)No such file or directory: Couldn't create accept lock
> >
> >and all httpd processes dies. No httpd processes are left running.
> 
> # Errors AcceptMutex fcntl
> 
> Is the default in 2.0.54, as i know ;-(.
> 
> Try one of the below, imho.
> 
> # No Errors AcceptMutex pthread
> # No Errors AcceptMutex flock
> # No Errors AcceptMutex posixsem
> # No Errors AcceptMutex sysvsem
> 
> Hth
> 
> al ;-)

Hello,

Yes, it had to do with AcceptMutex. But the issue we had is because we did not 
have the default logs directory inside the apache root directory. That's why 
apache complained about " ... No such file or directory". We are using an 
extremely customized apache for our in-house use with a different directory 
structure. So adding the line:

LockFile <APACHE_ROOT>/logs/accept.lock

that points to our custom logs directory solved the problem.

Thanks for your help.

--
Lyndon Tiu

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to