Quote:
|
I just got my first Web server up, SuSE 9.2 with Apache2.
|
First, you have to enable quota on your system. Have a look at the quota section here:
http://www.howtoforge.com/perfect_setup_suse_9.2
Quote:
|
Now my question is how can I set a limit as to how much space is available for a web site that I put on my server?
|
To set quotas for a user or group, use the setquota command (see "man setquota" for more information), e.g.:
setquota -g $group $blocks $blocks 0 0 -a
setquota -u $username $blocks $blocks 0 0 -a
Replace $group, $username and $blocks. Note: $blocks is the quota size in MB * 1024! To deactivate quotas for a user or group, run these commands and set $blocks to 0.
Recent comments
22 hours 32 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 15 hours ago
2 days 4 hours ago
2 days 5 hours ago