[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 01 May 2008 14:20:51 -0000
raeburn Thu May 1 10:20:51 2008 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Apparently this didn't get committed with the other self-enrollment changes back in March.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.172 loncom/loncapa_apache.conf:1.173
--- loncom/loncapa_apache.conf:1.172 Fri Mar 7 14:43:28 2008
+++ loncom/loncapa_apache.conf Thu May 1 10:20:50 2008
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.172 2008/03/07 19:43:28 www Exp $
+## $Id: loncapa_apache.conf,v 1.173 2008/05/01 14:20:50 raeburn Exp $
##
#
@@ -1205,6 +1205,12 @@
ErrorDocument 500 /adm/errorhandler
</LocationMatch>
+<LocationMatch "^/adm/selfenroll">
+SetHandler perl-script
+PerlHandler Apache::selfenroll
+ErrorDocument 500 /adm/errorhandler
+</LocationMatch>
+
<LocationMatch "^/adm/createaccount">
SetHandler perl-script
PerlHandler Apache::createaccount