Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 97605 invoked from network); 5 Dec 2007 16:08:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 16:08:01 -0000 Received: (qmail 68607 invoked by uid 500); 5 Dec 2007 16:07:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68593 invoked by uid 500); 5 Dec 2007 16:07:40 -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 68582 invoked by uid 99); 5 Dec 2007 16:07:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 08:07:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noodlet@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 16:07:18 +0000 Received: by wa-out-1112.google.com with SMTP id k22so6910550waf for ; Wed, 05 Dec 2007 08:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tRLasqaAiKq/aQz/7rx7bOmE+xmreWUEumTEjCm5shY=; b=L1DeDmsMHRwLh668DTV54mJ+fJFzPmB3pvksoaQd5Cc8ZdmjMRj1P6ix+z98akBPYfP1gn/8NLCdzAGW13SnQLwV4oKIyKW9aQhylrNq8Akkpw185HfSvCOapc+RlWqitCoGwfSSnN9IcrOimlU4Jv3OSX2sKRRkYSD/1RIN0bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZAzwIKsSxjXY/ktO34K7ws9zWcB4oyldt1YVLY+0tfAKoU1ILw3ssN9G8XMGzaW7D7fgfZiLU+lYeulRMxqTAQKI9T1pOG7x2z0aKpBUiTKcEsZihR4el7Xu6qTX/HKR5zMRstzGwJAUh6kohkZZj9xt5ZEtpOeF4j88hmSmBlE= Received: by 10.115.46.9 with SMTP id y9mr36078waj.1196870840928; Wed, 05 Dec 2007 08:07:20 -0800 (PST) Received: by 10.114.168.10 with HTTP; Wed, 5 Dec 2007 08:07:20 -0800 (PST) Message-ID: <813716b60712050807r76abe423s89a0ecc793418621@mail.gmail.com> Date: Wed, 5 Dec 2007 16:07:20 +0000 From: "Vincent Bray" To: users@httpd.apache.org In-Reply-To: <20071205152237.h7fz59log0s4w0c0@webmail.atea.es> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071205152237.h7fz59log0s4w0c0@webmail.atea.es> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] separate log for directories On 05/12/2007, fmorales@atea.es wrote: > Hello, how can I write separate log files for : > > mydomain.com/directory1 > > and > > mydomain.com/directory2 ? > > Iam trying ErrorLog and CustomLog inside but is > not possible to do it. The logging directives are specific to server entries (main server or vhosts) not directories, so placing these directives in 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