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

[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>

I searched the archives and google and didn't find anything.  Any ideas
would be greatly appreciated!

Devin