Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 09:30:18 +0200
From:      Ruben de Groot <fbsd-q@bzerk.org>
To:        Grant Cooper <grant.cooper@nucleus.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: logging apache daemon starting and stopping
Message-ID:  <20020726093018.A72220@ei.bzerk.org>
In-Reply-To: <000901c23411$4cff8de0$040a0a0a@valley.net>; from grant.cooper@nucleus.com on Thu, Jul 25, 2002 at 01:27:21PM -0600
References:  <005201c233dc$74545220$0400a8c0@lucy> <000901c23411$4cff8de0$040a0a0a@valley.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020726093018.A72220>