aboutsummaryrefslogtreecommitdiff
path: root/conf/apache.conf.sed.in
diff options
context:
space:
mode:
Diffstat (limited to 'conf/apache.conf.sed.in')
-rw-r--r--conf/apache.conf.sed.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in
index 0a6d42c..957dc1f 100644
--- a/conf/apache.conf.sed.in
+++ b/conf/apache.conf.sed.in
@@ -80,6 +80,15 @@
allow from all
</Location>
+ <LocationMatch /stable/allpackages.*>
+ SetEnvIfNoCase User-Agent check_http keep_out ErrorDocument 403 "what are you doing here? - tell us webmaster@debian.org"
+ <limit GET>
+ Order Allow,Deny
+ Allow from all
+ Deny from env=keep_out
+ </limit>
+ </LocationMatch>
+
BrowserMatch reportbug is_reportbug
RewriteEngine on