Skip to content

Commit b0e6138

Browse files
committed
Update vhost to work with Apache 2.4
1 parent e5d7c92 commit b0e6138

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

chamilo.conf

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
<Directory /var/www/chamilo/www>
1010
Options Indexes FollowSymLinks MultiViews
1111
AllowOverride All
12-
Order allow,deny
13-
allow from all
12+
# For Apache 2.2
13+
#Order allow,deny
14+
#allow from all
15+
# For Apache 2.4
16+
Require all granted
1417
</Directory>
1518
LogLevel warn
1619
ErrorLog ${APACHE_LOG_DIR}/docker.chamilo.net-error.log

0 commit comments

Comments
 (0)