You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lyndon Tiu <lt...@alumni.sfu.ca> on 2005/06/30 01:12:19 UTC

[users@httpd] Apache 2.0.54 on Solaris 10

hello,

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.

Any clues?

--
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.54 on Solaris 10

Posted by Alexander Lazic <al...@none.at>.
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 ;-)

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org