summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajiv Aaron Manglani <rajiv@gentoo.org>2003-02-05 09:03:58 +0000
committerRajiv Aaron Manglani <rajiv@gentoo.org>2003-02-05 09:03:58 +0000
commit88acd997564e404c84174c4c90e62209067ef1a5 (patch)
tree5d774ae0b0eb575b3fda30ee741accbe41a64fe3 /admin/cvs.gentoo.org
parentremoved duplicate scriptalias. (diff)
downloadgentoo-88acd997564e404c84174c4c90e62209067ef1a5.tar.gz
gentoo-88acd997564e404c84174c4c90e62209067ef1a5.tar.bz2
gentoo-88acd997564e404c84174c4c90e62209067ef1a5.zip
deny access to apache conf and gweb setup files.
Diffstat (limited to 'admin/cvs.gentoo.org')
-rw-r--r--admin/cvs.gentoo.org/conf/vhost.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/admin/cvs.gentoo.org/conf/vhost.conf b/admin/cvs.gentoo.org/conf/vhost.conf
index afa0e84d52..b15c8be2bc 100644
--- a/admin/cvs.gentoo.org/conf/vhost.conf
+++ b/admin/cvs.gentoo.org/conf/vhost.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo/admin/cvs.gentoo.org/conf/vhost.conf,v 1.1 2003/02/03 11:05:24 rajiv Exp $
+# $Header: /var/cvsroot/gentoo/admin/cvs.gentoo.org/conf/vhost.conf,v 1.2 2003/02/05 09:03:58 rajiv Exp $
# This file defines the cvs.gentoo.org virtual host. On a server handling only
# cvs.gentoo.org, you should see cvs.gentoo.org-apache.conf instead. If you
@@ -14,6 +14,16 @@
Allow from all
</Directory>
+<Location /cgi-bin/viewcvs.cgi/gentoo-src/gentoo-xml/conf>
+ Order deny,allow
+ Deny from all
+</Location>
+
+<Location /cgi-bin/viewcvs.cgi/gentoo-src/gentoo-xml/README>
+ Order deny,allow
+ Deny from all
+</Location>
+
# main/default config
<VirtualHost *>
ServerAdmin www@gentoo.org