summaryrefslogtreecommitdiff
path: root/www/ap-throttle/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-throttle/MESSAGE')
-rw-r--r--www/ap-throttle/MESSAGE16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/ap-throttle/MESSAGE b/www/ap-throttle/MESSAGE
deleted file mode 100644
index 39707f99a48..00000000000
--- a/www/ap-throttle/MESSAGE
+++ /dev/null
@@ -1,16 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/02/16 11:19:03 grant Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule throttle_module lib/httpd/mod_throttle.so
-
- # throttle htdocs to 100k/sec
- <Directory ${PREFIX}/share/httpd/htdocs>
- <IfModule mod_throttle.c>
- ThrottlePolicy Speed 100k 1
- </IfModule>
- </Directory>
-
-===========================================================================