--- loncom/loncapa_apache.conf 2016/11/30 01:32:27 1.251 +++ loncom/loncapa_apache.conf 2017/06/06 13:37:04 1.257 @@ -2,7 +2,7 @@ ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -# $Id: loncapa_apache.conf,v 1.251 2016/11/30 01:32:27 raeburn Exp $ +# $Id: loncapa_apache.conf,v 1.257 2017/06/06 13:37:04 raeburn Exp $ # # LON-CAPA Section (extensions to httpd.conf daemon configuration) @@ -270,7 +270,7 @@ ErrorDocument 406 /adm/notinit.html ErrorDocument 500 /adm/errorhandler - + AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc @@ -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 @@ -1568,7 +1586,7 @@ AllowOverride None # Allow uploaded files to be served -Options Includes FollowSymLinks +Options FollowSymLinks AllowOverride None Require all granted @@ -1579,24 +1597,10 @@ AllowOverride None -# Allow construction space files to be served - - -Options Includes FollowSymLinks -AllowOverride - - Require all granted - - - order allow,deny - allow from all - - - # Yes to symbolic links and server-side includes -Options Includes FollowSymLinks +Options FollowSymLinks AllowOverride None Require all granted @@ -1624,7 +1628,7 @@ Options ExecCGI FollowSymLinks # Allow serving of files in prtspool -Options Includes FollowSymLinks +Options FollowSymLinks AllowOverride None Require all granted @@ -1638,7 +1642,7 @@ AllowOverride None # Allow serving of files in zipspool -Options Includes FollowSymLinks +Options FollowSymLinks AllowOverride None Require all granted @@ -1652,7 +1656,7 @@ AllowOverride None # Allow serving of files in captchaspool -Options Includes FollowSymLinks +Options FollowSymLinks AllowOverride None Require all granted