From 059c08d3fb9d186059313df85b36c22f4d87b175 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Thu, 29 Jun 2017 16:20:56 +0200 Subject: [PATCH] Fixed #4633 ispconfig 3.1.2: /etc/httpd/conf/sites-enabled does not get created --- install/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install.php b/install/install.php index 3b54edd69c..b9d2f0641e 100644 --- a/install/install.php +++ b/install/install.php @@ -439,6 +439,7 @@ if($install_mode == 'standard' || strtolower($inst->simple_query('Configure DNS } +if($install_mode == 'expert') swriteln('The Web Server option has to be enabled when you want run a web server or when this node shall host the ISPConfig interface.'); if($install_mode == 'standard' || strtolower($inst->simple_query('Configure Web Server', array('y', 'n'), 'y','configure_webserver')) == 'y') { //* Configure Apache if($conf['apache']['installed']){ -- GitLab