mod_bwlimited.c
i noticed the following:#define BWROOT "/var/cpanel/bwlimited"
#define BWLIMITHTML "/usr/local/cpanel/etc/bwlimit.html"
#define HTTP_BANDWIDTH_LIMIT_EXCEEDED 509
anyone knows what does #define BWLIMITHTML "/usr/local/cpanel/etc/bwlimit.html" do?
i tried modifing it but didnt do anything, it would be nice to have external file rather than chaning mod_bwlimited.c and recompile everytime you want todo a change.