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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Mon, 24 Mar 2008 00:52:46 -0000


raeburn		Sun Mar 23 20:52:46 2008 EDT

  Modified files:              (Branch: version_2_6_X)
    /loncom	loncapa_apache.conf 
  Log:
  - backport 1.172
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.170 loncom/loncapa_apache.conf:1.170.2.1
--- loncom/loncapa_apache.conf:1.170	Fri Oct  5 17:28:27 2007
+++ loncom/loncapa_apache.conf	Sun Mar 23 20:52:46 2008
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.170 2007/10/05 21:28:27 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.170.2.1 2008/03/24 00:52:46 raeburn Exp $
 ##
 
 #
@@ -104,6 +104,7 @@
 AuthType LONCAPA
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
+PerlHandler Apache::londatecheck
 PerlHeaderParserHandler Apache::lonuploadrep
 ErrorDocument     403 /adm/login
 ErrorDocument     404 /adm/notfound.html
@@ -200,6 +201,7 @@
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
+PerlHandler             Apache::londatecheck
 PerlHandler             Apache::lonsimplepage
 ErrorDocument     404 /adm/notfound.html
 ErrorDocument     406 /adm/notinit.html
@@ -382,6 +384,7 @@
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
+PerlHandler Apache::londatecheck
 PerlHandler Apache::lonwrapper
 ErrorDocument     403 /adm/login
 ErrorDocument	  500 /adm/errorhandler
@@ -831,7 +834,6 @@
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
-PerlHandler Apache::londatecheck
 PerlHandler Apache::lonupload
 ErrorDocument     403 /adm/login
 ErrorDocument     404 /adm/notfound.html