--- loncom/loncapa_apache.conf 2006/09/06 19:30:02 1.154.2.1 +++ loncom/loncapa_apache.conf 2006/09/21 16:24:09 1.154.2.2 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.154.2.1 2006/09/06 19:30:02 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.154.2.2 2006/09/21 16:24:09 albertel Exp $ ## # @@ -1239,6 +1239,26 @@ PerlChildExitHandler Apache::lonacc::goo Options None AllowOverride None +order deny,allow +deny from all + + +# Allow uploaded files to be served + + +Options Includes FollowSymLinks +AllowOverride None +order allow,deny +allow from all + + +# Allow construction space files to be served + + +Options Includes FollowSymLinks +AllowOverride +order allow,deny +allow from all # Yes to symbolic links and server-side includes @@ -1255,6 +1275,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