DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25656>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25656 server-status reports wrong value of "Total Traffic" Summary: server-status reports wrong value of "Total Traffic" Product: Apache httpd-2.0 Version: 2.0.48 Platform: PC OS/Version: Windows XP Status: NEW Severity: Minor Priority: Other Component: mod_status AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Situation is the following: After downloading of one file was canceled (say, 50% of file was transmitted), "Total Traffic" shows whole file size, as if all file was successfully completed. I've tested this by downloading one file from Apache 2.0.48, which was working only for my ip. <IfModule mod_status.c> ExtendedStatus On <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow from <my ip> </Location> </IfModule> After a while i was canceling download and was referring to the "Total Traffic" in server-status. Each time i cancel download value of "Total Traffic" was increased by whole file size. But with Apache 1.3.29 on Linux OS all works fine, and "Total Traffic" calculates right transmitted amount So, now according to my server-status it was 250Gb transmitted in 3 hours --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
