[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Default additional settings for sites added to RaQ4




> I am planning to install mod_throttle on my RaQ4 server to place some
> limits on sites so they don't eat all my bandwidth.  I'm just wondering
> if somehow I can add a couple extra lines to the default configuration
> that is placed in the httpd.conf file.  I'd like to have these lines
> entered into any site whenever a new site is created, so I don't have to
> manually do it every time I add a new site:
> 
> <IfModule mod_throttle.c>
> ThrottlePolicy Volume 20G 30d
> </IfModule>
> <Location /throttle-me>
> SetHandler throttle-me
> </Location>

Devin

Check out /usr/lib/perl5/site_perl/5.005/Cobalt/Vsite.pm .

Mike