Re: [EMAIL PROTECTED] is this a valid apache log format, if not, what can I do to fix it?

2008-02-14 Thread Joshua Slive
On Thu, Feb 14, 2008 at 9:53 AM, Scott Haneda <[EMAIL PROTECTED]> wrote: > Am I correct in that this is a bug in the google analytics javascript, > and they are sending in a bad request? I don't know about that. Somehow a bad request is getting generated, and it does look related to the google

Re: [EMAIL PROTECTED] is this a valid apache log format, if not, what can I do to fix it?

2008-02-14 Thread Scott Haneda
Well, yes, spaces are illegal, which is why apache returned a 400 error on those requests. The log is simply reporting the request line as received by the client (with quote-escaping). In my view, the parsing rules are relatively clear. Fields in the logs (in common log format and its derivatives

Re: [EMAIL PROTECTED] is this a valid apache log format, if not, what can I do to fix it?

2008-02-14 Thread Joshua Slive
On Wed, Feb 13, 2008 at 11:31 PM, Scott Haneda <[EMAIL PROTECTED]> wrote: > pokey.example.com 59.92.230.64 - - [22/Jan/2008:08:14:19 -0800] "GET / > \" + gaJsHost + \"google-analytics.com/ga.js HTTP/1.1" 400 376 "-" "-" > These show up as errors in my stats software, (summary.net) > The deve

[EMAIL PROTECTED] is this a valid apache log format, if not, what can I do to fix it?

2008-02-13 Thread Scott Haneda
httpd -v Server version: Apache/1.3.33 (Darwin) Server built: Jan 30 2006 03:08:20 From my httpd.conf: LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User- Agent}i\"" virtual Snip of a few log lines: pokey.example.com 59.92.230.64 - - [22/Jan/2008:08:14:19 -0800] "GET / \" + gaJsHo