summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorKurt Lieber <klieber@gentoo.org>2003-07-13 22:44:26 +0000
committerKurt Lieber <klieber@gentoo.org>2003-07-13 22:44:26 +0000
commitfe903e5230272bed391123d1ba25b2c8f97c9c99 (patch)
treedc61f21cebec7f3121558e8fa66dd1d4ae16b104 /admin
parentoops fix thanks to grant (diff)
downloadgentoo-fe903e5230272bed391123d1ba25b2c8f97c9c99.tar.gz
gentoo-fe903e5230272bed391123d1ba25b2c8f97c9c99.tar.bz2
gentoo-fe903e5230272bed391123d1ba25b2c8f97c9c99.zip
added new redirects
Diffstat (limited to 'admin')
-rw-r--r--admin/www.gentoo.org/conf/vhost.conf29
1 files changed, 28 insertions, 1 deletions
diff --git a/admin/www.gentoo.org/conf/vhost.conf b/admin/www.gentoo.org/conf/vhost.conf
index 5992e05b4b..c04aea5a39 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.20 2003/07/09 14:05:19 robh Exp $
+# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/vhost.conf,v 1.21 2003/07/13 22:44:26 klieber 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.
@@ -105,6 +105,33 @@
RedirectMatch permanent /(.*)$ http://www.gentoo.org/proj/en/ppc/$1
</VirtualHost>
+# infrastructure
+<VirtualHost *>
+ ServerAdmin www@gentoo.org
+ ServerName infrastructure.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/infrastructure/$1
+</VirtualHost>
+
+# hardened
+<VirtualHost *>
+ ServerAdmin www@gentoo.org
+ ServerName hardened.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/hardened/$1
+</VirtualHost>
+
+# glep
+<VirtualHost *>
+ ServerAdmin www@gentoo.org
+ ServerName glep.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/glep/$1
+</VirtualHost>
+
# axkit per-directory config options
<IfDefine PERL>
<Directory /home/httpd/gentoo/xml/htdocs/doc>