You don't need to hach into anything.
Apache has builtin pipe redirection support.
Search for "rotatelog" in Apache docs.
-Stathis.


Richard Lynch wrote:
> 
> I doubt it...
> 
> On busy servers, those files must get so huge, there's no way Apache can be
> trying to keep it all in RAM.
> 
> So, pretty much, Apache logs it and forgets it.
> 
> The only place that data exists is in the log file...
> 
> Unless you hack the Apache logging routine to send it to your database or
> something else instead...  I guess you could do that.
> 
> ----- Original Message -----
> From: "Scott Hutchens" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> Sent: Monday, January 08, 2001 6:02 PM
> Subject: [PHP] Accessing Common Log Format (CLF) info.
> 
> > Hi,
> >
> > Is it possible for PHP running as a mod on Apache to get the CLF data that
> > you see in access.log without actually opening the file?
> >
> > Thanks for your time.
> >
> > Scott.
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to