Skip to content

Commit 059c08d

Browse files
author
Till Brehm
committed
Fixed #4633 ispconfig 3.1.2: /etc/httpd/conf/sites-enabled does not get created
1 parent 61c92e6 commit 059c08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@
439439

440440
}
441441

442+
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.');
442443
if($install_mode == 'standard' || strtolower($inst->simple_query('Configure Web Server', array('y', 'n'), 'y','configure_webserver')) == 'y') {
443444
//* Configure Apache
444445
if($conf['apache']['installed']){

0 commit comments

Comments
 (0)