--- loncom/loncapa_apache.conf 2006/09/15 17:08:10 1.158 +++ loncom/loncapa_apache.conf 2006/10/10 20:16:33 1.160 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.158 2006/09/15 17:08:10 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.160 2006/10/10 20:16:33 albertel Exp $ ## # @@ -1083,7 +1083,7 @@ AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc SetHandler perl-script -PerlHandler Apache::lonnavmaps +PerlHandler Apache::lonnavdisplay ErrorDocument 403 /adm/login ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler @@ -1282,6 +1282,17 @@ allow from all AllowOverride None Options ExecCGI FollowSymLinks +order allow,deny +allow from all + + +# Allow serving of files in prtspool + + +Options Includes FollowSymLinks +AllowOverride None +order allow,deny +allow from all # ============================================================= Access Handlers