Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD4A110335 for ; Sun, 7 Jul 2013 08:30:49 +0000 (UTC) Received: (qmail 43118 invoked by uid 500); 7 Jul 2013 08:30:48 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 42836 invoked by uid 500); 7 Jul 2013 08:30:39 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 42823 invoked by uid 99); 7 Jul 2013 08:30:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 08:30:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.93.193.11] (HELO mail.datatrans.hu) (81.93.193.11) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 08:30:28 +0000 Received: from [192.168.1.101] (pD9F85C90.dip0.t-ipconnect.de [217.248.92.144]) by mail.datatrans.hu (Postfix) with ESMTPSA id 8E1374B93A for ; Sun, 7 Jul 2013 10:30:04 +0200 (CEST) Message-ID: <51D92709.5040004@datatrans.hu> Date: Sun, 07 Jul 2013 10:30:01 +0200 From: =?ISO-8859-1?Q?Graf_L=E1szl=F3?= Reply-To: grafl@datatrans.hu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: Separate log file for my module Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at mail X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a simple Apache2 module and I would like that all the logged messages to be redirected to a separate log file. How is it possible? Thank you, grafl