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

www lon-capa-cvs@mail.lon-capa.org
Sat, 27 Jul 2002 19:32:33 -0000


www		Sat Jul 27 15:32:33 2002 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  New directory 
  
  /home/httpd/html/userfiles
  
  to store user uploaded files in a web-accessible way.
  
  No replication - files will be displayed from the machine where the file was
  uploaded.
  
  Access control for those and certain cgi-scripts by lontokacc.pm
  
  All rather low security and "mission criticality"
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.150 doc/loncapafiles/loncapafiles.lpml:1.151
--- doc/loncapafiles/loncapafiles.lpml:1.150	Fri Jul 26 16:17:41 2002
+++ doc/loncapafiles/loncapafiles.lpml	Sat Jul 27 15:32:33 2002
@@ -3,7 +3,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.150 2002/07/26 20:17:41 bowersj2 Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.151 2002/07/27 19:32:33 www Exp $ -->
 
 <!--
 
@@ -400,6 +400,11 @@
   <description>root of resource tree</description>
 </directory>
 <directory dist='default'>
+  <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
+  <categoryname>server standard</categoryname>
+  <description>root for user uploaded files</description>
+</directory>
+<directory dist='default'>
   <targetdir dist='default'>home/httpd/html/adm</targetdir>
   <categoryname>server readonly</categoryname>
   <description>unauthenticated resources</description>
@@ -2571,6 +2576,15 @@
 <categoryname>handler</categoryname>
 <description>
 access handler for file transfers
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/auth/lontokacc.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
+<categoryname>handler</categoryname>
+<description>
+simple handler for token-based access control
 </description>
 <status>works/unverified</status>
 </file>