summaryrefslogtreecommitdiff
path: root/hearth/apache2/helloearth.jones.dk
blob: ad0cac131c2e50f0311c35b5c8559647d58ddfcc (plain)
  1. <VirtualHost *:80>
  2. ServerName helloearth.jones.dk
  3. ServerAdmin webmaster@jones.dk
  4. DocumentRoot /var/www/vhosts/hearth/helloearth.jones.dk
  5. <Location />
  6. Options +MultiViews
  7. DirectoryIndex index
  8. </Location>
  9. AddLanguage da .da
  10. SuexecUserGroup hearth hearth
  11. ScriptAlias /ikiwiki.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/ikiwiki.cgi
  12. ScriptAlias /test.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi
  13. ScriptAlias /dlr/clickatell /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi
  14. ScriptAlias /dlr/routo /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-routo.cgi
  15. ErrorLog /var/log/apache2/helloearth.jones.dk-error.log
  16. CustomLog /var/log/apache2/helloearth.jones.dk-access.log combined
  17. </VirtualHost>
  18. <VirtualHost *:80>
  19. ServerName www.helloearth.jones.dk
  20. ServerAlias *.helloearth.jones.dk
  21. RewriteEngine On
  22. RewriteRule / http://helloearth.jones.dk/ [R]
  23. CustomLog /var/log/apache2/redirect.log vhost_combined
  24. </VirtualHost>