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.
# RewriteRule . /index.html
</VirtualHost>
+
+#<VirtualHost *>
+# 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
+#</VirtualHost>
+