Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B81CF50B9 for ; Tue, 10 May 2011 17:55:01 +0000 (UTC) Received: (qmail 31260 invoked by uid 500); 10 May 2011 17:54:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 31219 invoked by uid 500); 10 May 2011 17:54:58 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 31211 invoked by uid 99); 10 May 2011 17:54:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 17:54:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Bennett.Tony@con-way.com designates 63.230.177.41 as permitted sender) Received: from [63.230.177.41] (HELO idcxpr0406.con-way.com) (63.230.177.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 17:54:51 +0000 Received: from idcxpr0406.con-way.com (localhost [127.0.0.1]) by idcxpr0406.con-way.com (Postfix) with ESMTP id DEA5FE0AA1 for ; Tue, 10 May 2011 10:54:27 -0700 (PDT) Received: from DCXPRCL013.cnf.prod.cnf.com (dcxprcl013.cnf.prod.cnf.com [10.1.23.213]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by idcxpr0406.con-way.com (Postfix) with ESMTPS id D3C7FE0A9A for ; Tue, 10 May 2011 10:54:27 -0700 (PDT) Received: from DCXPRCL017.cnf.prod.cnf.com ([10.1.23.217]) by DCXPRCL013.cnf.prod.cnf.com ([10.1.23.213]) with mapi; Tue, 10 May 2011 10:54:27 -0700 From: "Bennett, Tony" To: "users@httpd.apache.org" Date: Tue, 10 May 2011 10:54:24 -0700 Thread-Topic: [users@httpd] Re: What are accept.lock files? Thread-Index: AcwPOr9ZeZU3mc4QToWmMZJB1/f7UwAAGXow Message-ID: <9E085D377965634187A85638358AE6110158529447@DCXPRCL017.cnf.prod.cnf.com> References: <93321A4A-568C-4493-B2B0-68E5F00C2FC2@bustspammers.com> <4DC977F5.7060007@adaptr.nl> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Re: What are accept.lock files? Simplistically, they are files used by Apache to control exclusive access to some resources. Don't delete them. -----Original Message----- From: Steven Ross [mailto:apache.org@bustspammers.com]=20 Sent: Tuesday, May 10, 2011 10:50 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Re: What are accept.lock files? On May 10, 2011, at 10:37 , Jeroen Geilman wrote: > On May 7, 2011, at 14:16 , Steven Ross wrote: > >> I'm running the pre-installed Apache 2 on my Mac OS X 10.5.8 =20 >> machine. The log directory (where it writes error and access logs) =20 >> is at: >> /private/var/log/apache2/ >> >> The directory is filled with files like accept.lock.x where x is a =20 >> number between 2 and 5 digits. They are all zero bytes long and =20 >> date back many years. >> >> What are they and can I delete all those empty files? > http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile Thanks. Read it and know about as much as before. "The LockFile directive sets the path to the lockfile used when Apache =20 is used with an AcceptMutex value of either fcntl or flock." ?? Can someone please translate that into plain English? I'm not a seasoned sys admin, just a user running Apache on my desktop =20 for web development. The way I read that, it describes a =20 "directive" (a config command?) that is used to create those lock =20 files. But it doesn't explain what those lock files are and why they =20 are needed in the first place. I searched the net but couldn't find a good explanation. Would =20 appreciate any more hints or links. Thanks, Steven --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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