The following commit has been merged in the ubuntu-master branch:
commit 65ad2afd78d03654960ec5589c0f3e19a2b5c90b
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Wed Feb 6 18:03:40 2008 +0100
[UBUNTU] apache.conf: Add redirect code from CVS
Add the redirect code that maps packages.ubuntu.net
and packages.ubuntulinux.org to packages.ubuntu.com.
Comment it out since otherwise I get problems with
testing the new code on the same server as the old
one.
diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in
index a3a074e..b69afe2 100644
--- a/conf/apache.conf.sed.in
+++ b/conf/apache.conf.sed.in
@@ -135,3 +135,17 @@
# RewriteRule . /index.html
</VirtualHost>
+
+#<VirtualHost *>
+# ServerAdmin [EMAIL PROTECTED]
+# DocumentRoot %TOPDIR%/www/
+# ServerName packages.ubuntu.net
+# ServerAlias packages.ubuntulinux.org
+# ErrorLog /var/log/apache2/%SITE%-error.log
+# CustomLog /var/log/apache2/%SITE%-access.log combined
+#
+# ScriptAlias /cgi-bin %TOPDIR%/cgi-bin/
+#
+# RedirectMatch permanent (.*) http://%SITE%$1
+#</VirtualHost>
+
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]