Alexander Chirkov ([EMAIL PROTECTED]; Tuesday, July 01, 2003 7:57 AM): > Hi,
> i have this LOGFORMAT statement in cfg file: > LOGFORMAT (%S, %u, %d.%m.%Z, %h:%n:%j, W3SVC%j, %j, %v, %T, %j, %b, %c, %j, > %j, %r, %q,) > Unfortunately some of logrecord was not accepted: > debug file has for example: > ------------------------------------------------------------------- > C: 195.158.159.90, -, 04.06.02, 17:40:53, W3SVC21, WEBSERVER, > 195.158.159.75, 125, 849, 3402, 200, 0, GET, /katalog/index.php, > page=sortframeset&e1=80&e2=70&e3=10&e4=50<1=Alu-Profile+Serie+Hueck+VF60&l > t2=aus+AlMgSi+0%2C5+F22<3=beschichtet+RAL+9016+wei%DF&target=Alu-ProfileSe > rieHueckVF60ausAlMgSi0,5F22beschichtetRAL9016wei�, > ---------------------------------------------------------------------------- > I know that it happens without much doubt because of comma in query string, > but how can i avoid this? Just make the query run until the end of the line: LOGFORMAT (%S, %u, %d.%m.%Z, %h:%n:%j, W3SVC%j, %j, %v, %T, %j, %b, %c, %j, %j, %r, %q) -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
