--- loncom/loncapa_apache.conf 2017/05/08 14:20:14 1.255
+++ loncom/loncapa_apache.conf 2017/12/07 15:36:41 1.260
@@ -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.260 2017/12/07 15:36:41 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -753,6 +753,16 @@ SetHandler perl-script
PerlHandler Apache::lonlogin
+
+SetHandler perl-script
+PerlHandler Apache::ltiauth
+
+
+
+SetHandler perl-script
+PerlHandler Apache::ltiroster
+
+
PerlAccessHandler Apache::publiccheck
AuthType LONCAPA
@@ -1586,7 +1596,7 @@ AllowOverride None
# Allow uploaded files to be served
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
Require all granted
@@ -1600,7 +1610,7 @@ AllowOverride None
# Yes to symbolic links and server-side includes
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
Require all granted
@@ -1628,7 +1638,7 @@ Options ExecCGI FollowSymLinks
# Allow serving of files in prtspool
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
Require all granted
@@ -1642,7 +1652,7 @@ AllowOverride None
# Allow serving of files in zipspool
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
Require all granted
@@ -1656,7 +1666,7 @@ AllowOverride None
# Allow serving of files in captchaspool
-Options Includes FollowSymLinks
+Options FollowSymLinks
AllowOverride None
Require all granted
@@ -1725,6 +1735,7 @@ PerlSetVar lonIncludes /home/http
PerlSetVar lonZipDir /home/httpd/zipspool
PerlSetVar lonCaptchaDir /home/httpd/captchaspool
PerlSetVar lonCaptchaDb /home/httpd/captchadb
+PerlSetVar lonLTIDir /home/httpd/lonLTItmp
PerlSetVar lonFontsDir /home/httpd/html/adm/fonts
# & separated list of % separated fields in order of
# - internal name to call it,