[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sat May 13 10:38:13 EDT 2017
raeburn Sat May 13 14:38:13 2017 EDT
Modified files: (Branch: version_2_11_X)
/loncom loncapa_apache.conf
Log:
- For 2.11
- Backport 1.256.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.20 loncom/loncapa_apache.conf:1.215.2.21
--- loncom/loncapa_apache.conf:1.215.2.20 Thu May 11 23:34:23 2017
+++ loncom/loncapa_apache.conf Sat May 13 14:38:13 2017
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.215.2.20 2017/05/11 23:34:23 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.215.2.21 2017/05/13 14:38:13 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1506,7 +1506,7 @@
# Allow serving of files in prtspool
<Directory "/home/httpd/prtspool/">
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
<IfModule mod_authz_core.c>
Require all granted
@@ -1520,7 +1520,7 @@
# Allow serving of files in zipspool
<Directory "/home/httpd/zipspool/">
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
<IfModule mod_authz_core.c>
Require all granted
@@ -1534,7 +1534,7 @@
# Allow serving of files in captchaspool
<Directory "/home/httpd/captchaspool/">
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
<IfModule mod_authz_core.c>
Require all granted
More information about the LON-CAPA-cvs
mailing list