From 6a0fcc1fd9dcec42f1542fd220cbd648bd0bef83 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 6 Apr 2010 17:36:22 +0000 Subject: [PATCH] set `namevirtualhost_statement` default to 'On', so froxlor is still reachable after addition of first customer --- install/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index d37cdb7c..ad01a92b 100644 --- a/install/install.php +++ b/install/install.php @@ -656,7 +656,8 @@ if(isset($_POST['installstep']) $query = "INSERT INTO `".TABLE_PANEL_IPSANDPORTS."` SET `ip`= '".$db->escape($serverip)."', - `port` = '80', + `port` = '80', + `namevirtualhost_statement` = '1', `vhostcontainer` = '1', `vhostcontainer_servername_statement` = '1'"; $db->query($query);