Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.128 and 1.129

version 1.128, 2002/05/12 19:04:06 version 1.129, 2002/05/16 01:33:45
Line 216  echo '********************************** Line 216  echo '**********************************
 <rpmRequires>  <rpmRequires>
 <item>PreReq: LON-CAPA-setup</item>  <item>PreReq: LON-CAPA-setup</item>
 <item>PreReq: apache</item>  <item>PreReq: apache</item>
 <item>PreReq: /etc/httpd/conf/access.conf</item>  <item>PreReq: /etc/httpd/conf/httpd.conf</item>
 </rpmRequires>  </rpmRequires>
 </rpm>  </rpm>
 <directories>  <directories>
Line 571  each list element consists of only two s Line 571  each list element consists of only two s
 <target dist='default'>etc/httpd/conf/loncapa.conf</target>  <target dist='default'>etc/httpd/conf/loncapa.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
   <p>
 The goal of this file is to implement all LON-CAPA specific  The goal of this file is to implement all LON-CAPA specific
 customization of the Apache web server that requires user input.  customization of the Apache web server (most all of these values
 </description>  require manual input from the system administrator at some point).
 </file>  The values in this file, as opposed to loncapa_apache.conf, are
 <file>  meant to be machine and institution specific.
 <source>loncom/loncapa_apache.conf</source>  </p>
 <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>  <p>
 <categoryname>static conf</categoryname>  For the LON-CAPA network server and perl module
 <description>  handlers, it defines machine specific settings including lonHostID, lonRole,
 The goal of this file is to implement all LON-CAPA specific  lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
 customization of the Apache web server that does not require  </p>
 user input.  <p>
 </description>  This file should not be viewable by regular users of the system.
 </file>  Only root and www should be able to view the contents of this file
 <file>  since lonReceipt is sensitive.
 <source>loncom/access.conf</source>  </p>
 <target dist='default'>etc/httpd/conf/access.conf</target>  
 <categoryname>conf</categoryname>  
 <description>  
 This file has two major functions.  
 For the Apache web server, it defines a global  
 access configuration which defines what server options (Indexes", "Includes",  
 "FollowSymLinks", "ExecCGI", or "MultiViews") are associated  
 with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",  
 and "/usr/doc").  For the LON-CAPA network server and perl module  
 handlers, it defines machine specific settings (lonHostID, lonRole,  
 lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)  
 and internal machine settings for specific directories, socket ports,  
 and browser detection logic.  
 </description>  </description>
 <note>  <note>
 <b>configure</b>  <b>configure</b>
Line 621  MySQL database</td></tr> Line 609  MySQL database</td></tr>
 </note>  </note>
 </file>  </file>
 <file>  <file>
   <source>loncom/loncapa_apache.conf</source>
   <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
   <categoryname>static conf</categoryname>
   <description>
   The goal of this file is to implement all LON-CAPA specific
   customization of the Apache web server that does not require
   user input.
   
   For the Apache web server, it defines a global
   access configuration which defines what server options (Indexes", "Includes",
   "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
   with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
   and "/usr/doc").  For the LON-CAPA network server and perl module
   handlers, it defines 
   and internal machine settings for specific directories, socket ports,
   the www@localhost MySQL password, and browser detection logic.
   </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.128  
changed lines
  Added in v.1.129


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