• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache logging?

No, the only way for you to be able to figure out if they completed the download would be to check the report size of the sent file in the log file against the file in the filesystem.
 
Originally posted by: Rias
No, the only way for you to be able to figure out if they completed the download would be to check the report size of the sent file in the log file against the file in the filesystem.

and how do I get the size sent?
 
By looking in your logfile?

A line like this in a standard type logfile:
webcache1.ejb.telia.dk - - [16/Sep/2002:14:18:43 +0200] "GET / HTTP/1.0" 200 692

The size is the last element, 692 bytes.
 
Originally posted by: Rias
By looking in your logfile?

A line like this in a standard type logfile:
webcache1.ejb.telia.dk - - [16/Sep/2002:14:18:43 +0200] "GET / HTTP/1.0" 200 692

The size is the last element, 692 bytes.

thanks, I never knew what that number was 🙂
 
Back
Top