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

version 1.103, 2002/02/27 02:34:53 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>
Line 3159  loncom/build/pod2html.sh check-rpms > .. Line 3124  loncom/build/pod2html.sh check-rpms > ..
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncapaverifypackages</source>  
 <target dist='default'>usr/sbin/loncapaverifypackages</target>  
 <categoryname>script</categoryname>  
 <description>  
 checks the system RPMs against what install.lon-capa.org specifies  
 </description>  
 <status>deprecated</status>  
 </file>  
 <file>  
 <source>loncom/build/loncaparestoreconfigurations</source>  <source>loncom/build/loncaparestoreconfigurations</source>
 <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>  <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 3176  restores .rpmsave files after a LON-CAPA Line 3132  restores .rpmsave files after a LON-CAPA
 </description>  </description>
 <status>deprecated</status>  <status>deprecated</status>
 </file>  </file>
 <file>  
 <source>loncom/build/loncapaautoupgrade</source>  
 <target dist='default'>usr/sbin/loncapaautoupgrade</target>  
 <categoryname>script</categoryname>  
 <description>  
 does all the things to coordinate updating of LON-CAPA base files.  Should be  
 used with caution so that you do not lose work  
 </description>  
 <status>deprecated</status>  
 </file>  
 <file>  
 <source>loncom/build/loncapaverify</source>  
 <target dist='default'>usr/sbin/loncapaverify</target>  
 <categoryname>script</categoryname>  
 <description>  
 makes verification report using loncapaverifypackages and  
 loncapaverifybasepackage  
 </description>  
 <status>deprecated</status>  
 </file>  
 <file>  <file>
 <source>loncom/cron/loncapa</source>  <source>loncom/cron/loncapa</source>
 <target dist='default'>etc/cron.d/loncapa</target>  <target dist='default'>etc/cron.d/loncapa</target>

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


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