[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
lon-capa-cvs@mail.lon-capa.org
Mon, 08 Dec 2003 16:31:59 -0000
raeburn Mon Dec 8 11:31:59 2003 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Added entry for /adm/populate to allow use of Automated Enrollment Manager (Apache::lonpopulate)
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.64 loncom/loncapa_apache.conf:1.65
--- loncom/loncapa_apache.conf:1.64 Tue Sep 16 14:26:00 2003
+++ loncom/loncapa_apache.conf Mon Dec 8 11:31:59 2003
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.64 2003/09/16 18:26:00 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.65 2003/12/08 16:31:59 raeburn Exp $
##
#
@@ -508,6 +508,15 @@
ErrorDocument 403 /adm/login
ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+</Location>
+
+<Location /adm/populate>
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpopulate
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
</Location>
<Location /adm/managekeys>