diff options
author | grant <grant> | 2003-02-17 23:32:33 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 23:32:33 +0000 |
commit | 2fd4ca109c9293bf0bcb8df70be46f74c21b748c (patch) | |
tree | ad062bdc366d96d73c7b746a685d6f97bb08de67 /www/ap-bandwidth/MESSAGE | |
parent | f164f2e7a0ed9c91180801c426b35a91bcb61646 (diff) | |
download | pkgsrc-2fd4ca109c9293bf0bcb8df70be46f74c21b748c.tar.gz |
Initial import of mod_bandwidth-2.0.5 into The NetBSD packages
collection.
mod_bandwidth is an Apache module to provide bandwidth usage limitation
either on the whole server or one a per connection basis based on the
size of files, directory location or remote domain/IP.
Diffstat (limited to 'www/ap-bandwidth/MESSAGE')
-rw-r--r-- | www/ap-bandwidth/MESSAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ap-bandwidth/MESSAGE b/www/ap-bandwidth/MESSAGE new file mode 100644 index 00000000000..4e5de576f46 --- /dev/null +++ b/www/ap-bandwidth/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/02/17 23:32:33 grant Exp $ + +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: + + LoadModule bandwidth_module lib/httpd/mod_bandwidth.so + +=========================================================================== |