I want to parse access_log and generate per user(directory) analysis.

I did that using weblog.
Any better way to do that?




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Tuesday, April 04, 2006 4:35 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Logging per directory

On 4/4/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
> > From: john [mailto:[EMAIL PROTECTED]
> > Sent: Dienstag, 4. April 2006 12:30
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] Logging per directory
> >
> > Is any way to log accesses per directory ?
>
> AFAIK, no. TransferLog has "Context:    server config, virtual host" (see
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#transferlog)

Right.  But you can use conditional logging to set an env variable per
directory and direct the log based on this variable.  It wouldn't be
pretty.  You are better off post-processing your logs to split them as
you like.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to