From owner-freebsd-questions Fri Jul 26 0:29:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D6837B400 for ; Fri, 26 Jul 2002 00:29:32 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3719143E42 for ; Fri, 26 Jul 2002 00:29:31 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.5/8.12.5) with ESMTP id g6Q7UIT4072258; Fri, 26 Jul 2002 09:30:18 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.5/8.12.5/Submit) id g6Q7UIKs072257; Fri, 26 Jul 2002 09:30:18 +0200 (CEST) Date: Fri, 26 Jul 2002 09:30:18 +0200 From: Ruben de Groot To: Grant Cooper Cc: freebsd-questions@freebsd.org Subject: Re: logging apache daemon starting and stopping Message-ID: <20020726093018.A72220@ei.bzerk.org> References: <005201c233dc$74545220$0400a8c0@lucy> <000901c23411$4cff8de0$040a0a0a@valley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000901c23411$4cff8de0$040a0a0a@valley.net>; from grant.cooper@nucleus.com on Thu, Jul 25, 2002 at 01:27:21PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jul 25, 2002 at 01:27:21PM -0600, Grant Cooper typed: > I am trying to edit syslog.conf to log apache starting and stopping. > > I currently have the default syslog.conf file, I am trying to change with > this line. So I added, > > "daemon.debug /var/adm/syslog.dated/daemon.log" Apache by default uses its own logging mechanism, not syslog. Look in your httpd.conf for entries like this: ErrorLog /var/log/httpd-error.log CustomLog /var/log/httpd-access.log hope this helps. > > but I am not getting anything in the log. I am using, > http://www.bo.infn.it/alice/alice-doc/mll-doc/duix/admgde/node74.html as a > reference. Are these examples correct? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message