In the accessLogCommon function, the memBufPrintf line reads:
memBufPrintf(mb, "%s %s - [%s] \"%s %s HTTP/%.1f\" %d %d %s:%s",
it should read:
memBufPrintf(mb, "%s - %s [%s] \"%s %s HTTP/%.1f\" %d %d %s:%s",
In the Common Log format the "userid" is supposed to be the 3rd field in the
log not the 2nd.
jim drash
<jdrash@eesus.jnj.com>
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Nov 07 2000 - 06:56:57 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:15 MST