Forum Moderators: phranque
I was wondering how I could set it up in apache's http.conf so that each directory has the same amount of bandwidth (250mb/month). Am I going to have to add each user to http.conf and set their throttling individually?
Thanks in advance :)
<Directory /data/www/mysite.com/userfiles>
Bandwidth all 1024
</Directory>
I came across this thread purely by chance, and it relates to an answer i had posted to a thread i started earlier today, i've probably got confused slightly as i'm just starting to look at mod_throttle
If we have say 500 different users, each with their own directory so the path is something such as
/data/www/mysite.com/user1/
/data/www/mysite.com/user2/
/data/www/mysite.com/user3/
etc can we control the amount of bandwidth say 250mb per month for each account through one single file such as:
<Directory /data/www/mysite.com/userfiles>
Bandwidth all 1024
</Directory>
or would we need to create a single file for each user account then add it into their directory.
Sorry if i've misinterpreted what's been said, just trying to understand the mod_throttle a bit more.
Rob