summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorRajiv Aaron Manglani <rajiv@gentoo.org>2003-09-25 08:08:44 +0000
committerRajiv Aaron Manglani <rajiv@gentoo.org>2003-09-25 08:08:44 +0000
commit1c6178944cb13990da97629c869171b5d24bf6a4 (patch)
treefb589a7d2bab1bcfdde95e64178211a7fd409b5c /admin
parentRemoved openmosix from lisa's areas of work. (diff)
downloadgentoo-1c6178944cb13990da97629c869171b5d24bf6a4.tar.gz
gentoo-1c6178944cb13990da97629c869171b5d24bf6a4.tar.bz2
gentoo-1c6178944cb13990da97629c869171b5d24bf6a4.zip
added cluster.gentoo.org vhost config.
minor formatting fixes.
Diffstat (limited to 'admin')
-rw-r--r--admin/www.gentoo.org/conf/vhost.conf14
1 files changed, 11 insertions, 3 deletions
diff --git a/admin/www.gentoo.org/conf/vhost.conf b/admin/www.gentoo.org/conf/vhost.conf
index 14d579a232..9a5b0068cb 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.23 2003/08/03 12:00:04 mcummings Exp $
+# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/vhost.conf,v 1.24 2003/09/25 08:08:44 rajiv 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.
@@ -52,7 +52,6 @@
</Directory>
# viewcvs acl stuff
-
<Location /cgi-bin/viewcvs.cgi>
Order deny,allow
Allow from all
@@ -74,8 +73,9 @@
# Directive requested by pauldv
<Location /dtd>
-SetHandler default-handler
+ SetHandler default-handler
</Location>
+
# main/default config
<VirtualHost *>
ServerAdmin www@gentoo.org
@@ -140,3 +140,11 @@ SetHandler default-handler
RedirectMatch permanent /(.*)$ http://www.gentoo.org/proj/en/glep/$1
</VirtualHost>
+# cluster
+<VirtualHost *>
+ ServerAdmin www@gentoo.org
+ ServerName cluster.gentoo.org
+ CustomLog /etc/apache/logs/www.gentoo.org-access_log.httpd gzip
+ ErrorLog /etc/apache/logs/www.gentoo.org-error_log.httpd
+ RedirectMatch permanent /(.*)$ http://www.gentoo.org/proj/en/cluster/$1
+</VirtualHost>