--- loncom/loncapa_apache.conf 2015/12/03 20:40:16 1.236 +++ loncom/loncapa_apache.conf 2015/12/10 16:26:40 1.237 @@ -2,7 +2,7 @@ ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -# $Id: loncapa_apache.conf,v 1.236 2015/12/03 20:40:16 damieng Exp $ +# $Id: loncapa_apache.conf,v 1.237 2015/12/10 16:26:40 damieng Exp $ # # LON-CAPA Section (extensions to httpd.conf daemon configuration) @@ -445,7 +445,7 @@ SetHandler perl-script PerlHandler Apache::lonxml - + AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::loncacc @@ -456,6 +456,11 @@ ErrorDocument 406 /adm/unauthorized ErrorDocument 500 /adm/errorhandler + +SetHandler perl-script +PerlHandler Apache::daxepage + + SetHandler perl-script PerlHandler Apache::daxeopen @@ -477,10 +482,6 @@ Require valid-user PerlAuthzHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::daxesave -ErrorDocument 403 /adm/login -ErrorDocument 404 /adm/notfound.html -ErrorDocument 406 /adm/unauthorized -ErrorDocument 500 /adm/errorhandler