[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache piped logs with ash as /bin/sh



On Wed, May 01, 2002 at 06:37:41PM +0800, Andrew Shugg wrote:
> My virtual hosts currently talk to cronolog.
> 
>   CustomLog "|cronolog /var/log/apache/DOMAIN/%Y/%Y-%m-access.log" combined

Try:
    CustomLog "|exec cronolog /var/log/apache/DOMAIN/%Y/%Y-%m-access.log" combined

> If anyone has some suggestions to keep my httpd children process count
> of order N rather than 2N I'd be grateful.  =)

Order N is the same as order 2N :P

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


-- 
To UNSUBSCRIBE, email to debian-apache-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: