Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Joshua Slive
On Nov 11, 2007 7:43 PM, Alex Dean <[EMAIL PROTECTED]> wrote: > >>> 2. Can I log the actual file that was served, even for directory indexes? > >>> > >>> I've tried the '%f' log format, and for http://site.com requests, I get > >>> a log of '/var/www/site.com/htdocs/'. If the directory index file

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Joshua Slive wrote: On Nov 11, 2007 12:21 PM, Alex Dean <[EMAIL PROTECTED]> wrote: Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP.

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Joshua Slive
On Nov 11, 2007 12:21 PM, Alex Dean <[EMAIL PROTECTED]> wrote: > Can anyone help with this? > > [EMAIL PROTECTED] wrote: > > Two questions about logging: > > > > 1. Can I log whether or not the current request was operated on by mod_php? > > > > I want to determine what % of my requests are PHP. I

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP. I've tried to determine this based on filename, but with ForceType and other config

[EMAIL PROTECTED] logging php usage and directory index pages

2007-11-07 Thread alex
Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP. I've tried to determine this based on filename, but with ForceType and other configuration directives, it's possible for a file to be p