diff options
-rw-r--r-- | admin/cvs.gentoo.org/conf/vhost.conf | 12 |
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 |