Jon Russell wrote:
So far I've come up with pre-processing the log file and rewriting 302s as 200s, or configuring analog to pull the log files through a program (like the way it handles zip) and the program changing 302s to 200s on the fly. Both of which I'd like to avoid as the log files contain over 100 million lines per month.
Another option you might consider: writing these redirect records to a separate log with "200" hardcoded in the status code field.
-- Klaus Johannes Rusch [EMAIL PROTECTED] http://www.atmedia.net/KlausRusch/ +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

