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

raeburn raeburn at source.lon-capa.org
Sat May 26 10:53:53 EDT 2012


raeburn		Sat May 26 14:53:53 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	loncapa_apache.conf 
  Log:
  - For 2.11.
    - Reverse part of changes in 1.215.2.1. Stored Links ("wishlist") included 
      in 2.11 in place of bookmarks.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.1 loncom/loncapa_apache.conf:1.215.2.2
--- loncom/loncapa_apache.conf:1.215.2.1	Wed May  2 00:09:15 2012
+++ loncom/loncapa_apache.conf	Sat May 26 14:53:53 2012
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.215.2.1 2012/05/02 00:09:15 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.215.2.2 2012/05/26 14:53:53 raeburn Exp $
 ##
 
 #
@@ -715,16 +715,6 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
-<Location /adm/bookmarks>
-AuthType LONCAPA
-Require valid-user
-PerlAuthzHandler       Apache::lonacc
-SetHandler perl-script
-PerlHandler Apache::admbookmarks
-ErrorDocument     403 /adm/login
-ErrorDocument     500 /adm/errorhandler
-</Location>
-
 <Location /adm/flip>
 AuthType LONCAPA
 Require valid-user
@@ -1303,6 +1293,17 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
+<Location /adm/wishlist>
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonwishlistdisplay
+ErrorDocument     403 /adm/login
+ErrorDocument     406 /adm/roles
+ErrorDocument     500 /adm/errorhandler
+</Location>
+
 <Location /adm/setblock>
 AuthType LONCAPA
 Require valid-user




More information about the LON-CAPA-cvs mailing list