[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
lon-capa-cvs@mail.lon-capa.org
Fri, 14 Jul 2006 21:08:49 -0000
raeburn Fri Jul 14 17:08:49 2006 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Forgot to commit this handler for restrictedaccess (page for user entry of passphrase or server verification for passphrase protected portfolio files) as part of 7/10 commit.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.147 loncom/loncapa_apache.conf:1.148
--- loncom/loncapa_apache.conf:1.147 Thu Jul 13 17:30:58 2006
+++ loncom/loncapa_apache.conf Fri Jul 14 17:08:48 2006
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.147 2006/07/13 21:30:58 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.148 2006/07/14 21:08:48 raeburn Exp $
##
#
@@ -492,6 +492,13 @@
PerlHandler Apache::lonlogin
</Location>
+<Location /adm/restrictedaccess>
+PerlAccessHandler Apache::publiccheck
+AuthType LONCAPA
+SetHandler perl-script
+PerlHandler Apache::restrictedaccess
+</Location>
+
<Location /adm/logout>
AuthType LONCAPA
Require valid-user