[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Thu Dec 7 10:21:25 EST 2017
raeburn Thu Dec 7 15:21:25 2017 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Bug 6754 LTI Integration: LON-CAPA as LTI Provider
- auth/lonlti.pm moved to lti/ltiauth.pm
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.258 loncom/loncapa_apache.conf:1.259
--- loncom/loncapa_apache.conf:1.258 Thu Nov 30 15:14:58 2017
+++ loncom/loncapa_apache.conf Thu Dec 7 15:21:25 2017
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.258 2017/11/30 15:14:58 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.259 2017/12/07 15:21:25 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -755,7 +755,7 @@
<LocationMatch "^/+adm/lti($|/)">
SetHandler perl-script
-PerlHandler Apache::lonlti
+PerlHandler Apache::ltiauth
</LocationMatch>
<Location /adm/restrictedaccess>
More information about the LON-CAPA-cvs
mailing list