Changeset 1269
- Timestamp:
- Apr 22, 2016, 2:15:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-zero-installers/trunk/fuentes/zero-lliurex-moodle.zmds/install-moodle.zmd
r383 r1269 155 155 #fi 156 156 #maintainer script substitution to userland script 157 #a2ensite moodle 158 ENSITE="/usr/local/sbin/a2ensite-lliurex" 159 ${ENSITE} moodle 160 # create a redirect config from apache2 to apache2-lliurex for moodle 161 157 162 a2ensite moodle 163 a2enmod proxy 164 a2enmod proxy_http 165 166 systemctl restart apache2-lliurex 167 systemctl restart apache2 158 168 159 169 echo "50" >> $HELP_PROGRESS_BAR … … 184 194 echo "85" >> $HELP_PROGRESS_BAR 185 195 echo "# $MSG_ZENITY_MOODLE_6" >> $HELP_PROGRESS_BAR 186 a2ensite moodle || true 187 188 service apache2 restart || true 196 197 #a2ensite moodle || true 198 ${ENSITE} moodle || true 199 200 #service apache2 restart || true 201 systemctl restart apache2-lliurex 189 202 190 203 service dnsmasq restart || true
Note: See TracChangeset
for help on using the changeset viewer.