That doesn't sound simple to me! You'd either have to do it as either a
multi-pass for each virtual host, or parse the log file once to give several
output files. You'd also have to write the name of the virtual host into
every log file entry, which I don't believe is done by default. Seems like
using a sledgehammer to crack a nut.
No doubt though some sed or awk guru can figure the code to do this in their
head!
I'd rather find a way to continue to write multiple log files, via ulimit
etc...
John
-----Original Message-----
From: James Treworgy [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2000 18:05
To: [EMAIL PROTECTED]
Subject: Re: Need Help with Virtual Hosts
Wouldn't it be simpler to set up a little cron job to break up your log
file by virtual host every day?
At 09:03 AM 5/23/00 -0400, [EMAIL PROTECTED] wrote:
>The per process file opening limit was a configurable parameter of your OS.
>It was either a user resource limit (ulimit) or a tunable kernel config
found
>in
>param.c or param.h (NFILES??) or UNIX has invented yet another way to put
>reins on processes.
>
>So, you just might be able to make one log per process, if you change the
>ulimit's for the user the web server is running as OR you tune your kernel
>and rebuild.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]