From owner-freebsd-questions Wed Oct 13 4:14:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id EB7AB14A21 for ; Wed, 13 Oct 1999 04:14:10 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id HAA48292 for freebsd-questions@freebsd.org; Wed, 13 Oct 1999 07:14:09 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199910131114.HAA48292@blackhelicopters.org> Subject: Apache 1.3.6 logfile rotation - newsyslog To: freebsd-questions@freebsd.org Date: Wed, 13 Oct 1999 07:14:09 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Stupid Apache/FreeBSD question time. I have the apache+php3-1.3.6+3.0.12 package installed, and want to rotate the logs on a daily basis. My /etc/newsyslog.conf includes: /var/log/apache_access_log 644 7 * 24 Z /var/log/apache_error_log 644 7 * 24 Z Apache logs just fine, but once the log rotates, it stops logging. The new log only contains the "logfile turned over" statement. If I hup apache, it starts logging just fine. This setup worked fine under Apache 1.2x without PHP. Any thoughts on where to check? Thanks, ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message