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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 17 Feb 2005 04:48:12 -0000


albertel		Wed Feb 16 23:48:12 2005 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom	loncapa_apache.conf 
  Log:
  - removing stuff that never really existed
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.407 doc/loncapafiles/loncapafiles.lpml:1.408
--- doc/loncapafiles/loncapafiles.lpml:1.407	Wed Feb  2 15:08:05 2005
+++ doc/loncapafiles/loncapafiles.lpml	Wed Feb 16 23:48:12 2005
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.407 2005/02/02 20:08:05 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.408 2005/02/17 04:48:12 albertel Exp $ -->
 
 <!--
 
@@ -3343,15 +3343,6 @@
 <status>works/unverified</status>
 </file>
 <file>
-<source>loncom/interface/lonassignments.pm</source>
-<target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
-<categoryname>handler</categoryname>
-<description>
-Handles processing of assignments.
-</description>
-<status>works/unverified</status>
-</file>
-<file>
 <source>loncom/interface/loncommunicate.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 <categoryname>handler</categoryname>
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.103 loncom/loncapa_apache.conf:1.104
--- loncom/loncapa_apache.conf:1.103	Mon Jan 24 19:22:25 2005
+++ loncom/loncapa_apache.conf	Wed Feb 16 23:48:12 2005
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.103 2005/01/25 00:22:25 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.104 2005/02/17 04:48:12 albertel Exp $
 ##
 
 #
@@ -744,15 +744,6 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
-<Location /adm/assignments>
-PerlAccessHandler       Apache::lonacc
-SetHandler perl-script
-PerlHandler Apache::lonassignments
-ErrorDocument     403 /adm/login
-ErrorDocument     406 /adm/roles
-ErrorDocument	  500 /adm/errorhandler
-</Location>
-
 <Location /adm/communicate>
 PerlAccessHandler       Apache::lonacc
 SetHandler perl-script