]> ruin.nu Git - ndwebbie.git/commitdiff
Bugfix: only use one ServerName
authorMichael Andreen <harv@ruin.nu>
Wed, 13 Aug 2008 10:07:40 +0000 (12:07 +0200)
committerMichael Andreen <harv@ruin.nu>
Wed, 13 Aug 2008 10:07:40 +0000 (12:07 +0200)
apache-conf.conf

index 521331101c7abb25ef509b531fc5fc1c85173bba..b4c627d211b135c86c448fc9e0313aff54fd5462 100644 (file)
@@ -15,7 +15,7 @@
 
 <VirtualHost *:80>
        ServerName nd.ruin.nu
-       ServerName ndtest.ruin.nu
+       ServerAlias ndtest.ruin.nu
 
        ErrorLog /var/log/apache2/ndawn_error_log
        <IfModule mod_log_config.c>
@@ -73,7 +73,7 @@ NameVirtualHost *:443
 
 <VirtualHost *:443>
        ServerName nd.ruin.nu
-       ServerName ndtest.ruin.nu
+       ServerAlias ndtest.ruin.nu
 
        ErrorLog /var/log/apache2/ndawn_error_log
        <IfModule mod_log_config.c>