Changeset 1271
- Timestamp:
- Apr 22, 2016, 2:22:35 PM (5 years ago)
- Location:
- lliurex-moodle/trunk/fuentes/lliurex-moodle.install-files/etc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moodle/trunk/fuentes/lliurex-moodle.install-files/etc/apache2-lliurex/sites-available/moodle.conf
r1268 r1271 15 15 # alert, emerg. 16 16 LogLevel warn 17 CustomLog /var/log/apache2/moodle-access.log combined17 CustomLog ${APACHE_LOG_DIR}/moodle-access.log combined 18 18 ServerSignature On 19 19 </VirtualHost> -
lliurex-moodle/trunk/fuentes/lliurex-moodle.install-files/etc/apache2/sites-available/moodle.conf
r1268 r1271 13 13 # alert, emerg. 14 14 LogLevel warn 15 CustomLog /var/log/apache2-lliurex/moodle-access.log combined15 CustomLog ${APACHE_LOG_DIR}/moodle-access.log combined 16 16 ServerSignature On 17 17 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.