streamservice
Verified User
Hello,
After detecting some strange bandwidth reports in DirectAdmin I started to look closer to what was reported by DirectAdmin (compared to webalizer).
DirectAdmin reported (on a system consuming below 20mbit/s, source the switch) that multiple users used over 80TB in 1 day. By simple comparing what network connection would be required to do over 200TB/day on a server I decided that DirectAdmin couldn't be correct in this situation.
After resetting the counters I started to test it on my own site to generate traffic (opening the site and pressing F5).
Webalizer reports: 1426KBytes
DirectAdmin reports: 79.0MB for Apache
For this test I disabled http://[ip]/~[username]
Apache version: 2.4.3
Debian version: 6
DirectAdmin version: 1.42.1
From httpd.conf:
This is the last problem I can find to our current DirectAdmin setup. What could be the solution to this problem?
After detecting some strange bandwidth reports in DirectAdmin I started to look closer to what was reported by DirectAdmin (compared to webalizer).
DirectAdmin reported (on a system consuming below 20mbit/s, source the switch) that multiple users used over 80TB in 1 day. By simple comparing what network connection would be required to do over 200TB/day on a server I decided that DirectAdmin couldn't be correct in this situation.
After resetting the counters I started to test it on my own site to generate traffic (opening the site and pressing F5).
Webalizer reports: 1426KBytes
DirectAdmin reports: 79.0MB for Apache
For this test I disabled http://[ip]/~[username]
Apache version: 2.4.3
Debian version: 6
DirectAdmin version: 1.42.1
From httpd.conf:
Code:
LogFormat "%O \"%r\"" homedir
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%O %I" bytes
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
This is the last problem I can find to our current DirectAdmin setup. What could be the solution to this problem?