[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sat May 13 10:31:22 EDT 2017
raeburn Sat May 13 14:31:22 2017 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Remove unnecessary options from directives.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.255 loncom/loncapa_apache.conf:1.256
--- loncom/loncapa_apache.conf:1.255 Mon May 8 14:20:14 2017
+++ loncom/loncapa_apache.conf Sat May 13 14:31:21 2017
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.255 2017/05/08 14:20:14 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.256 2017/05/13 14:31:21 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1628,7 +1628,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
@@ -1642,7 +1642,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
@@ -1656,7 +1656,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