From ae660114708011f3458aaa8f9ef67d8b5893532f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 13 Aug 2008 12:07:40 +0200 Subject: [PATCH] Bugfix: only use one ServerName --- apache-conf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-conf.conf b/apache-conf.conf index 5213311..b4c627d 100644 --- a/apache-conf.conf +++ b/apache-conf.conf @@ -15,7 +15,7 @@ ServerName nd.ruin.nu - ServerName ndtest.ruin.nu + ServerAlias ndtest.ruin.nu ErrorLog /var/log/apache2/ndawn_error_log @@ -73,7 +73,7 @@ NameVirtualHost *:443 ServerName nd.ruin.nu - ServerName ndtest.ruin.nu + ServerAlias ndtest.ruin.nu ErrorLog /var/log/apache2/ndawn_error_log -- 2.39.2