ispCP - Board - Support - VHCS fork

Full Version: how about a message when a site is disabled?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had to disable a site that exceeded it's bandwidth by 300% manually.

Is there a way to have these sites disabled automatically, and ofcourse, to have a nice friendly error message appear instead of a 404 error ?

greetings,
Rik
Why you don't use mod_cband to limit the Bandwidth????
Have a look at the examples of mod_cband
/usr/share/doc/libapache2-mod-cband/examples/

eg:
CBandUserExceededURL http://myserver.com/exeeded.html
I set a bandwidth limit in the admin panel, but it seems to be just an indication, nothing really happens when someone crosses it ?

I assume to need to configure this manually?
Did you enable the module cband?

a2enmod cband

and apache reload...

/J

PS: for me it works well...
There is no Option in the Panel. You have to set it up by hand Smile
There is also something in the old wiki --> http://www.isp-control.net/ispcp/wiki/howto_mod_cband

Greez BeNe
Reference URL's