Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44712 invoked by uid 500); 11 Oct 2002 20:02:03 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44700 invoked from network); 11 Oct 2002 20:02:03 -0000 Received: from fs1.ntrnet.net (HELO smtp.ntrnet.net) (206.66.160.19) by daedalus.apache.org with SMTP; 11 Oct 2002 20:02:03 -0000 Received: from shell.ntrnet.net (shell.ntrnet.net [206.66.160.7]) by smtp.ntrnet.net (Postfix) with ESMTP id 1B79984B0 for ; Wed, 2 Oct 2002 16:10:05 -0400 (EDT) Date: Wed, 2 Oct 2002 16:10:28 -0400 (EDT) From: rbb@apache.org X-Sender: rbb@shell.ntrnet.net To: users@httpd.apache.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Problems with AssignUserID On Wed, 2 Oct 2002, Werner Schalk wrote: > Hello, > > when I use mpm perchild on linux I always > get defunct child processes and the following > message in my error log: > > [Mon Sep 30 20:16:52 2002] [emerg] (13)Permission denied: > apr_proc_mutex_lock failed. Attempting to shutdown process gracefully. > > Which permission of what directory must I modify? You must use an FCNTL accept mutex. Just add: AcceptMutex fcntl to your config file. Ryan _______________________________________________________________________________ Ryan Bloom rbb@apache.org 550 Jean St Oakland CA 94610 ------------------------------------------------------------------------------- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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