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

raeburn lon-capa-cvs@mail.lon-capa.org
Sun, 28 Dec 2003 09:18:11 -0000


raeburn		Sun Dec 28 04:18:11 2003 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Added <Location> /adm/modifycourse </Location> to permit use of Apache::lonmodifycourse.pm - used by Domain Coordinators to modify course code and course owner for courses in the domain. 
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.66 loncom/loncapa_apache.conf:1.67
--- loncom/loncapa_apache.conf:1.66	Tue Dec  9 19:32:55 2003
+++ loncom/loncapa_apache.conf	Sun Dec 28 04:18:11 2003
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.66 2003/12/10 00:32:55 www Exp $
+## $Id: loncapa_apache.conf,v 1.67 2003/12/28 09:18:11 raeburn Exp $
 ##
 
 #
@@ -389,6 +389,15 @@
 ErrorDocument     403 /adm/login
 ErrorDocument     406 /adm/roles
 ErrorDocument	  500 /adm/errorhandler
+</Location>
+
+<Location /adm/modifycourse>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonmodifycourse
+ErrorDocument     403 /adm/login
+ErrorDocument     406 /adm/roles
+ErrorDocument     500 /adm/errorhandler
 </Location>
 
 <Location /adm/createuser>