Is there a way to limit the space and bandwidth on a folder? Such as domain.com/folder/ ???
I am REALLY sorry if this has been asked, I tried searching for it but nothing.
cPanel.net Support Ticket Number:
Is there a way to limit the space and bandwidth on a folder? Such as domain.com/folder/ ???
I am REALLY sorry if this has been asked, I tried searching for it but nothing.
cPanel.net Support Ticket Number:
I need to know this too. This thread is probably old, but oh well. Can someone please help?
Would like to know how to do this too! From web searches it seems running a unix script as a cronjob is the way to do it. When a folder exceeds the limit the script could send you an email to let you know. If I find a script I'll let yaw know.
Last edited by cronjob78; 01-25-2005 at 03:32 PM.
Not something I've ever seen on Linux (though prepared to be proved wrong).
This is the second time today I've yearned for my days with Vax VMS - oh for a friendly OS that allows you to do such things![]()
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Instead I have just written a small shell script and put it on Cron.
At the moment it just emails to me any folders bigger than X MB using the du -hs command.
It'll have to do for now - I'll just ban users who infringe the limits etc.