diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-08-03 12:00:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-08-03 12:00:04 +0000 |
commit | 116d01a990961e399ab11a082c3bfe4d626406fb (patch) | |
tree | 121e05f8c9234038eec979216df8b7393e97ca32 /admin | |
parent | New version and temporarilly fix the dtd problem (diff) | |
download | gentoo-116d01a990961e399ab11a082c3bfe4d626406fb.tar.gz gentoo-116d01a990961e399ab11a082c3bfe4d626406fb.tar.bz2 gentoo-116d01a990961e399ab11a082c3bfe4d626406fb.zip |
update for /dtd
Diffstat (limited to 'admin')
-rw-r--r-- | admin/www.gentoo.org/conf/vhost.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/admin/www.gentoo.org/conf/vhost.conf b/admin/www.gentoo.org/conf/vhost.conf index bf97d03265..14d579a232 100644 --- a/admin/www.gentoo.org/conf/vhost.conf +++ b/admin/www.gentoo.org/conf/vhost.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/vhost.conf,v 1.22 2003/07/30 18:02:10 klieber Exp $ +# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/vhost.conf,v 1.23 2003/08/03 12:00:04 mcummings Exp $ # This file defines the www.gentoo.org and gentoo.org virtual host. On a server # handling only gentoo.org, you should see www.gentoo.org-apache.conf instead. @@ -53,6 +53,10 @@ # viewcvs acl stuff +<Location /cgi-bin/viewcvs.cgi> + Order deny,allow + Allow from all +</Location> <Location /cgi-bin/viewcvs.cgi/gentoo-src/gentoo-xml/conf> Order deny,allow Deny from all @@ -68,6 +72,10 @@ Deny from all </Location> +# Directive requested by pauldv +<Location /dtd> +SetHandler default-handler +</Location> # main/default config <VirtualHost *> ServerAdmin www@gentoo.org |