# Citylink Mirror
-#deb http://ftp.nz.debian.org/debian/ etch main non-free
-#deb-src http://ftp.nz.debian.org/debian/ etch main
-deb http://debian.catalyst.net.nz/debian/ etch main non-free
-deb-src http://debian.catalyst.net.nz/debian/ etch main
+deb http://ftp.uk.debian.org/debian/ etch main non-free
+deb-src http://ftp.uk.debian.org/debian/ etch main
+#deb http://debian.catalyst.net.nz/debian/ etch main non-free
+#deb-src http://debian.catalyst.net.nz/debian/ etch main
# Catalyst Packages
deb http://debian.catalyst.net.nz/catalyst stable catalyst
<VirtualHost *>
- ServerName __VSNAME__.__HOST__.wgtn.cat-it.co.nz
- ServerAlias *.__VSNAME__.__HOST__.wgtn.cat-it.co.nz
+ ServerName __VSNAME__.__HOST__
+ ServerAlias *.__VSNAME__.__HOST__
VirtualDocumentRoot /var/www/web/%1
-<VirtualHost *:80>
+<VirtualHost *:8080>
ServerAdmin __PROFILEOPTION_username__@catalyst.net.nz
- ServerName __NAME__.__HOSTNAME__.wgtn.cat-it.co.nz
- ServerAlias *.__NAME__.__HOSTNAME__.wgtn.cat-it.co.nz
+ ServerName __NAME__.__HOSTNAME__
+ ServerAlias *.__NAME__.__HOSTNAME__
LogLevel warn
ErrorLog /var/log/apache2/vserver.__NAME__.error.log
ProxyPreserveHost On
ProxyPass / http://__IPADDR__/
</VirtualHost>
-<VirtualHost *:80>
- ServerName __NAME__.__HOSTNAME__
- ServerAlias *.__NAME__.__HOSTNAME__
-
- RewriteEngine On
-
- RewriteCond %{HTTP_HOST} ^(.*)__NAME__.__HOSTNAME__$
- RewriteRule ^(.*)$ http://%1__NAME__.__HOSTNAME__.wgtn.cat-it.co.nz$1 [L,R=301]
-</VirtualHost>