Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35328 invoked by uid 500); 8 Oct 2002 17:44:37 -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 35276 invoked from network); 8 Oct 2002 17:44:36 -0000 Received: from web12807.mail.yahoo.com (216.136.174.42) by daedalus.apache.org with SMTP; 8 Oct 2002 17:44:36 -0000 Message-ID: <20021008174440.69551.qmail@web12807.mail.yahoo.com> Received: from [208.41.143.136] by web12807.mail.yahoo.com via HTTP; Tue, 08 Oct 2002 10:44:40 PDT Date: Tue, 8 Oct 2002 10:44:40 -0700 (PDT) From: Adam Cormany To: users@httpd.apache.org In-Reply-To: <3D9A216A.6080203@slive.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] TransferLog Question Ok, that makes sense. To even try to make it simplier for testing purposes, let's say I do this: CustomLog "| rotatelogs /apache/logs/apache.access_log 86400" combined I've tried this, restarted apache, get no errors, yet nothing is now reaching my access_log. I check my PATH and I have my apache/bin in it, and I do have apache/bin/rototelogs as 755 perms. If I run: CustomLog "/apache/logs/apache.access_log" combined Everything is writen to the access_log without issues. Somewhere in either my syntax or something missing, rotatelogs is stopping all writing to my access_log and also not rotating the access_log at all. Any ideas? --- Joshua Slive wrote: > Don't use TransferLog. You are just confusing > yourself. TransferLog is > NOT an added feature to CustomLog. It is a less > powerful version of > CustomLog. Probably what you want is > CustomLog "|rotatelogs > /apache/logs/apache.access_log 86400" combined > env=!access_dontlog > (all on one line). __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com --------------------------------------------------------------------- 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