Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 21:18:08 +0000
From:      Nuno Teixeira <nuno.mailinglists@pt-quorum.com>
To:        Trond =?iso-8859-1?Q?Endrest=F8l?= <trond@ramstind.gtf.ol.no>
Cc:        Holger.Kipp@alogis.com, Nuno Teixeira <nuno.mailinglists@pt-quorum.com>, Christopher Elkins <christopherelkins@yahoo.com>, Leo De Geer <leo@ktv.se>, freebsd-stable@FreeBSD.ORG
Subject:   Re: problem with apache log
Message-ID:  <20011203211807.GC513@gw.tex.bogus>
In-Reply-To: <20011203004715.I37355-100000@ramstind.gtf.ol.no>
References:  <20011202234027.A56590@intserv.int1.b.intern> <20011203004715.I37355-100000@ramstind.gtf.ol.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 03, 2001 at 12:50:14AM +0100, Trond Endrestøl wrote:
: On Sun, 2 Dec 2001 23:40+0100, Holger Kipp wrote:
: 
: > On Sun, Dec 02, 2001 at 10:16:18PM +0000, Nuno Teixeira wrote:
: > > On Sat, Dec 01, 2001 at 06:52:53PM -0800, Christopher Elkins wrote:
: > > : On Sat, Dec 01, 2001 at 09:00:31PM +0100, Leo De Geer wrote:
: > > : >
: > > : >    Il get problem whit the access log every time the log turns over. I'm
: > > : >    using the newsyslog.conf and the line fore the log is
: > > : >
: > > : >    /var/log/httpd/httpd-access.log                 644  7     *    @T10
: > > : >    Z
: > >   Apache logs are a litle exception to newsyslog. You can't compress this
: > >   logs, you need to do in newsyslog.conf something like:
: > >
: > >   ...
: > >   /var/log/apache/httpd-error.log    640  3   3000 *     B  /var/run/httpd.pid 30
: > >   /var/log/apache/httpd-access.log   640  7   100000 *  B  /var/run/httpd.pid 30
: > >   ...
: > >
: > >   where 30 is a SIGHUP signal.
: >
: > Hi,
: >
: > according to man newsyslog, SIGHUP is the default, so "30" is not needed.
: > Furthermore, compression _does_ work over here without any problems.
: 
: 30 is equal to SIGUSR1, and this signal tells Apache to gracefully
: shutdown each child, reread the configuration file, reopen log files,
: and finally forking off new children.
: 
: SIGHUP is a bit more brutal, but you achieve the same.
: 
: -- 
: ----------------------------------------------------------------------
: Trond Endrestøl                          |    trond@ramstind.gtf.ol.no
: Patron of The Art of Computer Programming|   FreeBSD 3.5-S & Pine 4.33
: 
: 

  Hello,
  
  I was wrong when I say that signal 30 is a SIGHUP. I made a mistake.
  
  Bye,
  
  
-- 
 Nuno Teixeira
 pt-quorum.com

 /* 
 PGP Public Key:
 http://www.pt-quorum.com/pgp/nunoteixeira.asc
 Key fingerprint:
 8C2C B364 D4DC 0C92 56F5  CE6F 8F07 720A 63A0 4FC7
 */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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