--- loncom/loncapa_apache.conf 2016/10/22 02:04:32 1.249 +++ loncom/loncapa_apache.conf 2017/02/24 17:35:01 1.253 @@ -2,7 +2,7 @@ ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -# $Id: loncapa_apache.conf,v 1.249 2016/10/22 02:04:32 raeburn Exp $ +# $Id: loncapa_apache.conf,v 1.253 2017/02/24 17:35:01 damieng Exp $ # # LON-CAPA Section (extensions to httpd.conf daemon configuration) @@ -469,7 +469,7 @@ SetHandler perl-script PerlHandler Apache::lonxml - + AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::loncacc @@ -479,6 +479,12 @@ ErrorDocument 406 /adm/unauthorized ErrorDocument 500 /adm/errorhandler + +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc + + AuthType LONCAPA Require valid-user @@ -504,7 +510,12 @@ SetHandler perl-script PerlHandler Apache::daxeopen - + +SetHandler perl-script +PerlHandler Apache::daxeopen + + + SetHandler perl-script PerlHandler Apache::daxeopen @@ -521,6 +532,13 @@ PerlHandler Apache::daxeopen + + + RewriteEngine on + RewriteRule /daxeopen/(.*) /$1 + + + AuthType LONCAPA Require valid-user @@ -1406,6 +1424,7 @@ PerlHandler Apache::groupsort PerlCleanupHandler Apache::groupsort::cleanup PerlCleanupHandler Apache::lonacc::cleanup ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler @@ -1702,7 +1721,7 @@ Options Indexes FollowSymLinks # ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************ # ====================================== Internal Settings / Perl Configuration -PerlSetVar lonVersion '2.12.CVS_HEAD-2016091320' +PerlSetVar lonVersion '' PerlSetVar lonIDsDir /home/httpd/lonIDs PerlSetVar lonDAVsessDir /home/httpd/webdav/sessionIDs PerlSetVar lonTabDir /home/httpd/lonTabs