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

harris41 lon-capa-cvs@mail.lon-capa.org
Fri, 01 Mar 2002 19:30:31 -0000


harris41		Fri Mar  1 14:30:31 2002 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  httpd.conf and srm.conf no longer need to be part of the loncapa package...
  loncapa.conf is the last invoked apache configuration file and theoretically
  has all LON-CAPA related customizations of the webserver (reality is
  that access.conf still has quite a bit of LON-CAPA customizations.. and
  this will be the case for some time to come)
  
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.104 doc/loncapafiles/loncapafiles.lpml:1.105
--- doc/loncapafiles/loncapafiles.lpml:1.104	Thu Feb 28 20:45:39 2002
+++ doc/loncapafiles/loncapafiles.lpml	Fri Mar  1 14:30:31 2002
@@ -1,7 +1,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.104 2002/03/01 01:45:39 harris41 Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.105 2002/03/01 19:30:31 harris41 Exp $ -->
 
 <!--
 
@@ -588,41 +588,6 @@
 MySQL database</td></tr>
 </table>
 </note>
-</file>
-<file>
-<source>loncom/httpd.conf</source>
-<target dist='default'>etc/httpd/conf/httpd.conf</target>
-<categoryname>static conf</categoryname>
-<description>
-This is the main server configuration file.  The settings here are
-more or less standard for the Apache web server.  Most notably (and
-importantly!), perl handling and mod_perl are enabled in this configuration
-file.
-</description>
-</file>
-<file>
-<source>loncom/srm.conf</source>
-<target dist='default'>etc/httpd/conf/srm.conf</target>
-<categoryname>static conf</categoryname>
-<description>
-<p>
-This file configures the "name space" of the Apache web server.  
-<tt>srm.conf</tt>
-defines when specific perl modules should be called to handle a given
-request.  This definition is a function of both the name of the perl module,
-and a specific regular expression associated with the URL, such as
-"^/res/.*\.page".
-</p>
-<p>
-Here is an example entry:
-<pre>
-&lt;LocationMatch "^/res/.*\.page$&gt;
-SetHandler perl-script
-PerlHandler Apache::lonpage
-&lt;/LocationMatch&gt;
-</pre>
-</p>
-</description>
 </file>
 <file>
 <source>loncom/startup.pl</source>