Re: [PHP] Accessing Common Log Format (CLF) info.

2001-01-11 Thread Rouvas Stathis
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, pr

Re: [PHP] Accessing Common Log Format (CLF) info.

2001-01-10 Thread Richard Lynch
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 o