Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.104 and 1.105

version 1.104, 2002/03/01 01:45:39 version 1.105, 2002/03/01 19:30:31
Line 590  MySQL database</td></tr> Line 590  MySQL database</td></tr>
 </note>  </note>
 </file>  </file>
 <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>  <source>loncom/startup.pl</source>
 <target dist='default'>etc/httpd/conf/startup.pl</target>  <target dist='default'>etc/httpd/conf/startup.pl</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>

Removed from v.1.104  
changed lines
  Added in v.1.105


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>