On 3/13/06, Ross A. Del Duca <[EMAIL PROTECTED]> wrote:
> I've been beating this up for some time, so any hints/ideas anyone has would
> be great.
>
> Basically, I have certain requests from a small number of specific
> requestors that don't log all of the data in the access_log.
>
> My log format is:
>
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I
> %O TIME: %T"The LogFormat directive on its own doesn't do anything if you are using the CustomLog directive. You need to use LogFormat to define a nickname (such as "combined" in the default config) and then use this nickname in your CustomLog directive. 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]
