I'm using:
APACHELOGFORMAT (%h %l \"%u\" %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\" %P)
Analog is choking on a number of log entries.
The biggest problem I'm seeing is where a request or referrer string
contains embedded quotes as in:
"http://localhost/foo?query="some+string"&layout=bar"
Some of the hrefs on the site contain " and some old browsers (and
mostly dumb spiders) either fail to convert " to %22 or convert to a
literal double-quote and use it in either the request or the referrer.
(Yes, it makes sense to change those links to use %22.)
Anyone have suggestions how to fix these?
--
Bill Moseley [EMAIL PROTECTED]
+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| Digest version: http://lists.isite.net/listgate/analog-help-digest/
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------