[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 18 May 2006 20:01:22 -0000


albertel		Thu May 18 16:01:22 2006 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  - access checking is done in the Autz phase now
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.137 loncom/loncapa_apache.conf:1.138
--- loncom/loncapa_apache.conf:1.137	Thu May 18 13:18:03 2006
+++ loncom/loncapa_apache.conf	Thu May 18 16:01:22 2006
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.137 2006/05/18 17:18:03 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.138 2006/05/18 20:01:22 albertel Exp $
 ##
 
 #
@@ -121,7 +121,7 @@
 </LocationMatch>
 
 <LocationMatch "^/+uploaded/.*/.*/internal/.*">
-PerlAccessHandler	Apache::lonuploadedacc
+PerlAuthzHandler	Apache::lonuploadedacc
 </LocationMatch>