From bdf03486d241f161eb03b59646d61c521d3d16b7 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 16 Dec 2013 18:33:57 +0100 Subject: [PATCH] set better defaults (sites-enabled/* is included in apache by default on most systems) Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 9b82d9cd..a9348199 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -453,8 +453,8 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'nameservers', ''), ('system', 'mxservers', ''), ('system', 'mod_fcgid', '0'), - ('system', 'apacheconf_vhost', '/etc/apache2/vhosts.conf'), - ('system', 'apacheconf_diroptions', '/etc/apache2/diroptions.conf'), + ('system', 'apacheconf_vhost', '/etc/apache2/sites-enabled/'), + ('system', 'apacheconf_diroptions', '/etc/apache2/sites-enabled/'), ('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'), ('system', 'webalizer_quiet', '2'), ('system', 'last_archive_run', '000000'),