should limit the amount of connections to a vhost to 20
, although it does not work. the count stays at 0 the
whole time and does not count new connections.
I have one similar problem with cband 0.9.7.5 build with apache 2.2.4 running one Red Hat ES 4, 64 bits.
The machine have 2 Xeon 2.00GHz HT, with 8 GB de RAM, RAID 5 and LVM.
So, I have one VirtualHost for the '/downloads' directory, and I would like to have control of number of simultaneous connections, to not crash the machine with a lot of downloads.
My problem is on the Connections Limit/Current" field (limited for 50 users), because it is increasing but not decreasing, only when I
restart the apache web server :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=540995
Originator: NO
I have one similar problem with cband 0.9.7.5 build with apache 2.2.4 running one Red Hat ES 4, 64 bits.
The machine have 2 Xeon 2.00GHz HT, with 8 GB de RAM, RAID 5 and LVM.
So, I have one VirtualHost for the '/downloads' directory, and I would like to have control of number of simultaneous connections, to not crash the machine with a lot of downloads.
The configuration was the follow:
CBandSpeed 2Mb/s 10 50
CBandRemoteSpeed 25kb/s 3 2
And, on the end of httpd.conf:
CBandScoreFlushPeriod 1
CBandRandomPulse On
My problem is on the Connections Limit/Current" field (limited for 50 users), because it is increasing but not decreasing, only when I
restart the apache web server :)