Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 12920 invoked from network); 13 Apr 2004 04:53:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Apr 2004 04:53:48 -0000 Received: (qmail 8930 invoked by uid 500); 13 Apr 2004 04:53:14 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 8710 invoked by uid 500); 13 Apr 2004 04:53:13 -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 8697 invoked from network); 13 Apr 2004 04:53:13 -0000 Received: from unknown (HELO e6.ny.us.ibm.com) (32.97.182.106) by daedalus.apache.org with SMTP; 13 Apr 2004 04:53:13 -0000 Received: from northrelay02.pok.ibm.com (northrelay02.pok.ibm.com [9.56.224.150]) by e6.ny.us.ibm.com (8.12.10/8.12.2) with ESMTP id i3D4rNBs110380 for ; Tue, 13 Apr 2004 00:53:23 -0400 Received: from mindspring.com (d01av02.pok.ibm.com [9.56.224.216]) by northrelay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i3D4rJIi134386 for ; Tue, 13 Apr 2004 00:53:21 -0400 Message-ID: <407B7246.6070601@mindspring.com> Date: Tue, 13 Apr 2004 00:53:26 -0400 From: Aaron W Morris User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en, zh-hk, zh, zh-cn, zh-sg, zh-tw MIME-Version: 1.0 To: users@httpd.apache.org References: <201583393.20040412121312@tuxcafe.com> <20040412131927.J7887@beck.quonix.net> In-Reply-To: <20040412131927.J7887@beck.quonix.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] logging question... X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N John Von Essen wrote: > I posted this about a week ago. I am curious if two separate apache's > (separate configs, but sharing the same binary) can write to the same log > file? > > -john > Why not setup a test? It doesn't matter if you have one binary, or two. From the file systems perspective, it's going to be 2 separate processes trying to open the same file. If there is a limitation, it's going to come from the OS or the filesystem, not apache. -- Aaron W Morris (decep) --------------------------------------------------------------------- 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