File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11941194
11951195if [ " $apache " = ' yes' ]; then
11961196 echo " (*) Configuring Apache Web Server..."
1197+
1198+ mkdir -p /etc/apache2/conf.d
1199+ mkdir -p /etc/apache2/conf.d/domains
11971200
11981201 # Copy configuration files
11991202 cp -f $HESTIA_INSTALL_DIR /apache2/apache2.conf /etc/apache2/
@@ -1223,8 +1226,6 @@ if [ "$apache" = 'yes' ]; then
12231226 fi
12241227 fi
12251228
1226- mkdir -p /etc/apache2/conf.d
1227- mkdir -p /etc/apache2/conf.d/domains
12281229 echo " # Powered by hestia" > /etc/apache2/sites-available/default
12291230 echo " # Powered by hestia" > /etc/apache2/sites-available/default-ssl
12301231 echo " # Powered by hestia" > /etc/apache2/ports.conf
Original file line number Diff line number Diff line change 11871187if [ " $apache " = ' yes' ]; then
11881188 echo " (*) Configuring Apache Web Server..."
11891189
1190+ mkdir -p /etc/apache2/conf.d
1191+ mkdir -p /etc/apache2/conf.d/domains
1192+
11901193 # Copy configuration files
11911194 cp -f $HESTIA_INSTALL_DIR /apache2/apache2.conf /etc/apache2/
11921195 cp -f $HESTIA_INSTALL_DIR /apache2/status.conf /etc/apache2/mods-available/hestia-status.conf
@@ -1212,8 +1215,6 @@ if [ "$apache" = 'yes' ]; then
12121215 a2enmod ruid2 > /dev/null 2>&1
12131216 fi
12141217
1215- mkdir -p /etc/apache2/conf.d
1216- mkdir -p /etc/apache2/conf.d/domains
12171218 echo " # Powered by hestia" > /etc/apache2/sites-available/default
12181219 echo " # Powered by hestia" > /etc/apache2/sites-available/default-ssl
12191220 echo " # Powered by hestia" > /etc/apache2/ports.conf
You can’t perform that action at this time.
0 commit comments