From 65ad2afd78d03654960ec5589c0f3e19a2b5c90b Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 6 Feb 2008 18:03:40 +0100 Subject: [PATCH] [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. --- conf/apache.conf.sed.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + +# +# ServerAdmin frank@lichtenheld.de +# 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 +# + -- 2.39.2