[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 30 Jan 2003 19:39:29 -0000


bowersj2		Thu Jan 30 14:39:29 2003 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Allow access to the parm wizard through /adm/wizard. This is 
  temporary; eventually that will serve as a gate to the various
  wizards on the system.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.30 loncom/loncapa_apache.conf:1.31
--- loncom/loncapa_apache.conf:1.30	Tue Jan 14 13:47:50 2003
+++ loncom/loncapa_apache.conf	Thu Jan 30 14:39:29 2003
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.30 2003/01/14 18:47:50 www Exp $
+## $Id: loncapa_apache.conf,v 1.31 2003/01/30 19:39:29 bowersj2 Exp $
 ##
 ## 1/11/2002 - Scott Harrison
 ## 2/19/2002 - Scott Harrison
@@ -296,6 +296,15 @@
 PerlAccessHandler       Apache::lonacc
 SetHandler perl-script
 PerlHandler Apache::lonparmset
+ErrorDocument     403 /adm/login
+ErrorDocument     406 /adm/roles
+ErrorDocument	  500 /adm/errorhandler
+</Location>
+
+<Location /adm/wizard>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonwizard
 ErrorDocument     403 /adm/login
 ErrorDocument     406 /adm/roles
 ErrorDocument	  500 /adm/errorhandler