[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 11 Aug 2004 18:39:27 -0000
matthew Wed Aug 11 14:39:27 2004 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Added /adm/trackstudent and /adm/viewclasslist
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.91 loncom/loncapa_apache.conf:1.92
--- loncom/loncapa_apache.conf:1.91 Thu Jul 22 19:50:55 2004
+++ loncom/loncapa_apache.conf Wed Aug 11 14:39:27 2004
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.91 2004/07/22 23:50:55 www Exp $
+## $Id: loncapa_apache.conf,v 1.92 2004/08/11 18:39:27 matthew Exp $
##
#
@@ -316,6 +316,15 @@
ErrorDocument 500 /adm/errorhandler
</Location>
+<Location /adm/trackstudent>
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lontrackstudent
+ErrorDocument 403 /adm/login
+ErrorDocument 413 /adm/overloaded.txt
+ErrorDocument 500 /adm/errorhandler
+</Location>
+
<Location /adm/roles>
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -624,6 +633,15 @@
ErrorDocument 500 /adm/errorhandler
</Location>
+<Location /adm/viewclasslist>
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonviewclasslist
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+</Location>
+
<Location /adm/populate>
PerlAccessHandler Apache::lonacc
SetHandler perl-script