Thank you for pointing me to mod_logio. I have another option with keeping things with mod_log_config. I will try that first and if I run into problems I'll think about altering the logfile creation process more thoroughly.
To clear my question up a bit: The data from the file upload "hides" in the client's request and the size of the client's request is not logged anywhere in a Combined Log Format log, when using an off-the-shelf Apache Server. The byte values in the CLF logs do not include the size of HTTP headers, that's right. But that's not my problem. Have a nice day. :) Greetings Nicolai On Tue, 27 May 2003 13:27:00 +0200 Per Jessen <[EMAIL PROTECTED]> wrote: > I'm not 100% certain, but you could look at the mod_logio, which provides 2 > extra fields for the log: > > %...I Bytes received, including request and headers, cannot be zero. > %...O Bytes sent, including headers, cannot be zero. > > The normal byte-count (%b, %B) does not include headers which is where your > file upload data goes - I believe. [..] -- Nicolai Schleifer Chamaeleon Aktiengesellschaft fur innovative Netzlosungen Robert-Bosch-Str. 12 / Haus IV D-56410 Montabaur Hotline: +49 26 02 - 10 16 9 - 160 Zentrale: +49 26 02 - 10 16 9 - 0 Fax: +49 26 02 - 10 16 9 - 101 Funk: +49 177 - 32 08 60 7 Email: [EMAIL PROTECTED] http://www.chamaeleon.de +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
