Re: speed limit
On 8/16/07, Jen mlists <[EMAIL PROTECTED]> wrote: > Is it possible to write speed limit module (for file downloading) by > modperl rather than using Apache's official module? Yes, you have the full Apache API available to you from mod_perl. If you look on CPAN, you may find so
speed limit
Hello list, Is it possible to write speed limit module (for file downloading) by modperl rather than using Apache's official module? Thanks.