--- loncom/loncapa_apache.conf 2007/04/20 21:11:03 1.166 +++ loncom/loncapa_apache.conf 2007/04/26 00:59:32 1.167 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.166 2007/04/20 21:11:03 banghart Exp $ +## $Id: loncapa_apache.conf,v 1.167 2007/04/26 00:59:32 banghart Exp $ ## # @@ -35,6 +35,7 @@ ExtendedStatus On # # ===================================================================== Aliases +Alias /zipspool/ /home/httpd/zipspool/ Alias /prtspool/ /home/httpd/prtspool/ ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" @@ -276,6 +277,17 @@ ErrorDocument 406 /adm/roles ErrorDocument 413 /adm/overloaded.txt ErrorDocument 500 /adm/errorhandler + + +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/roles +ErrorDocument 413 /adm/overloaded.txt +ErrorDocument 500 /adm/errorhandler + # ------------------------------------------------------------------------- RAT @@ -1324,6 +1336,15 @@ allow from all Options Includes FollowSymLinks AllowOverride None order allow,deny +allow from all + + +# Allow serving of files in zipspool + + +Options Includes FollowSymLinks +AllowOverride None +order allow,deny allow from all