--- loncom/loncapa_apache.conf 2020/09/10 21:16:17 1.215.2.27
+++ loncom/loncapa_apache.conf 2020/09/11 22:37:59 1.215.2.28
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.215.2.27 2020/09/10 21:16:17 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.215.2.28 2020/09/11 22:37:59 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -150,6 +150,10 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+ Options +FollowSymLinks -Includes
+
+
AuthType LONCAPA
Require valid-user
@@ -1576,10 +1580,6 @@ AllowOverride None
DirectoryIndex disabled
-
- Options +FollowSymLinks -Includes
-
-
# ============================================================= Access Handlers
# ------------------------------------------------- Allow server-status reports