[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
lon-capa-cvs@mail.lon-capa.org
Tue, 17 Feb 2004 23:44:49 -0000
raeburn Tue Feb 17 18:44:49 2004 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Added entry for testbankimport.pm
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.71 loncom/loncapa_apache.conf:1.72
--- loncom/loncapa_apache.conf:1.71 Thu Jan 15 15:22:47 2004
+++ loncom/loncapa_apache.conf Tue Feb 17 18:44:47 2004
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.71 2004/01/15 20:22:47 www Exp $
+## $Id: loncapa_apache.conf,v 1.72 2004/02/17 23:44:47 raeburn Exp $
##
#
@@ -502,6 +502,16 @@
ErrorDocument 404 /adm/notfound.html
ErrorDocument 406 /adm/unauthorized
ErrorDocument 500 /adm/errorhandler
+</Location>
+
+<Location /adm/testbank>
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::testbankimport
+ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/unauthorized
+ErrorDocument 500 /adm/errorhandler
</Location>
<Location /adm/assesscalc>