From e59ed1dabc2d40a46cbc1d9bafcdf34c564487af Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 18 Oct 2012 07:11:32 +0200 Subject: Add helloearth setup. --- hearth/apache2/helloearth.jones.dk | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 hearth/apache2/helloearth.jones.dk (limited to 'hearth/apache2') diff --git a/hearth/apache2/helloearth.jones.dk b/hearth/apache2/helloearth.jones.dk new file mode 100644 index 0000000..ad0cac1 --- /dev/null +++ b/hearth/apache2/helloearth.jones.dk @@ -0,0 +1,29 @@ + + ServerName helloearth.jones.dk + ServerAdmin webmaster@jones.dk + DocumentRoot /var/www/vhosts/hearth/helloearth.jones.dk + + + Options +MultiViews + DirectoryIndex index + + AddLanguage da .da + + SuexecUserGroup hearth hearth + ScriptAlias /ikiwiki.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/ikiwiki.cgi + ScriptAlias /test.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi + ScriptAlias /dlr/clickatell /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi + ScriptAlias /dlr/routo /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-routo.cgi + + ErrorLog /var/log/apache2/helloearth.jones.dk-error.log + CustomLog /var/log/apache2/helloearth.jones.dk-access.log combined + + + ServerName www.helloearth.jones.dk + ServerAlias *.helloearth.jones.dk + + RewriteEngine On + RewriteRule / http://helloearth.jones.dk/ [R] + + CustomLog /var/log/apache2/redirect.log vhost_combined + -- cgit v1.2.3