Last change
on this file since 1268 was
1268,
checked in by jrpelegrina, 5 years ago
|
WIP in compatibilty with php5-lliurex
|
File size:
647 bytes
|
Line | |
---|
1 | <VirtualHost *:800> |
---|
2 | ServerName moodle |
---|
3 | DocumentRoot /usr/share/moodle |
---|
4 | AddDefaultCharset utf-8 |
---|
5 | Alias /moodle "/usr/share/moodle" |
---|
6 | |
---|
7 | <Directory /usr/share/moodle/> |
---|
8 | Options Indexes FollowSymLinks MultiViews |
---|
9 | AllowOverride None |
---|
10 | Order allow,deny |
---|
11 | allow from all |
---|
12 | </Directory> |
---|
13 | ErrorLog ${APACHE_LOG_DIR}/moodle-error.log |
---|
14 | # Possible values include: debug, info, notice, warn, error, crit, |
---|
15 | # alert, emerg. |
---|
16 | LogLevel warn |
---|
17 | CustomLog /var/log/apache2/moodle-access.log combined |
---|
18 | ServerSignature On |
---|
19 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.