Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 36461 invoked from network); 16 Jan 2009 15:40:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 15:40:57 -0000 Received: (qmail 60612 invoked by uid 500); 16 Jan 2009 15:40:52 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 60596 invoked by uid 500); 16 Jan 2009 15:40:52 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 60587 invoked by uid 99); 16 Jan 2009 15:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 07:40:51 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of frioux@gmail.com designates 209.85.218.21 as permitted sender) Received: from [209.85.218.21] (HELO mail-bw0-f21.google.com) (209.85.218.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 15:40:45 +0000 Received: by bwz14 with SMTP id 14so4920389bwz.10 for ; Fri, 16 Jan 2009 07:40:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=o9NzdPDuuBFIyZ1lP8ZYctqaisIoYrGOutDCSfmDrAc=; b=GRCYT7RrVYDZp7JOIZGGHHY7LKzewLvqABnoyx6v0tULMiMbCnWMy4O1A8EKXaaAvA XuhV3KFWWEF/3HWnkewMtalRackSQAGqvf7B4uIIw+lWNPNNbWXaPZQv2wCSEALx+5VU Kg5RI3nk6JGkZ4DsJwx7WDD8mMG2xQy9aqvJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RdgvgpSZ7wBVEDT/3V+plNbL1GNxY5MjuFvcDLNjW/egOGPNLdS1YjyMIZu0PMTW15 0l/cswwvZ0R1/Vq60fbWEMp5kgahMA49sCpyCZ/ITtvUFmj+EBLlIKR8L3rm0j/QBEZT mL5HISKZK09hBpxIjRAwjY0EIg3Qu2LOZ2rOA= MIME-Version: 1.0 Received: by 10.103.102.17 with SMTP id e17mr1267084mum.119.1232120423367; Fri, 16 Jan 2009 07:40:23 -0800 (PST) Date: Fri, 16 Jan 2009 09:40:23 -0600 Message-ID: Subject: Separate Error log for each virtual host From: fREW Schmidt To: modperl Content-Type: multipart/alternative; boundary=0016363ba66027c4e804609b6426 X-Virus-Checked: Checked by ClamAV on apache.org --0016363ba66027c4e804609b6426 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I would like to configure apache such that the errors for a specific virtual host get logged in their own file. I tried something like this: ErrorLog "C:/location/of/acd/logs/error.log" use lib 'C:/location/of/acd'; $ENV{MODE} = 'development'; ScriptAlias / "C:/locattion/of/acd" SetHandler perl-script PerlHandler ACD::Dispatch Order allow,deny Allow from all But it seems to be ignoring my ErrorLog directive and still puts the logs in the regular place. What am I doing wrong? -- -fREW --0016363ba66027c4e804609b6426 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I would like to configure apache such that the errors for a specific virtua= l host get logged in their own file.  I tried something like this:
=
<VirtualHost *:8080>
   ErrorLog "C:/location/o= f/acd/logs/error.log"
   <Perl>
      use lib 'C:= /location/of/acd';
      $ENV{MODE} =3D = 9;development';
   </Perl>
    Scr= iptAlias / "C:/locattion/of/acd"
   <Location&nbs= p; />
      SetHandler perl-script
      PerlHandler ACD::Dispatch
  &nb= sp;    Order allow,deny
     &nb= sp; Allow from all
   </Location>
</VirtualHost>= ;

But it seems to be ignoring my ErrorLog directive an= d still puts the logs in the regular place. What am I doing wrong?
--

-fREW
--0016363ba66027c4e804609b6426--