Annotation of doc/build/reconfig.html, revision 1.10

1.9       harris41    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      2:  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.10    ! harris41    3: <!-- $Id: reconfig.html,v 1.9 2002/05/01 22:17:54 harris41 Exp $ -->
1.3       harris41    4: <html>
                      5: <head>
1.9       harris41    6: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
1.6       harris41    7: <title>Configuration of a LON-CAPA Server</title>
                      8: <!-- pdfahref index.pdf -->
                      9: <!-- button CONFIGURE -->
1.3       harris41   10: </head>
1.9       harris41   11: <body bgcolor="#ffffff">
1.6       harris41   12: <!-- preamble start -->
                     13: <p>
                     14: There are about a dozen files on the LON-CAPA server systems
                     15: which customize how each system interacts with the rest of the
                     16: LON-CAPA network.
                     17: </p>
                     18: <p>
                     19: The two most important configuration files are:
1.9       harris41   20: </p>
1.6       harris41   21: <ul>
                     22: <li><strong>loncapa.conf</strong> -
                     23: typically located in the directory <tt>/etc/httpd/conf/</tt>
                     24: <br /><i>contains variables and modifications necessary for
                     25: the effective running of the Apache web server</i>
                     26: <br />&nbsp;
                     27: </li>
                     28: <li><strong>hosts.tab</strong> -
                     29: typically located in the directory <tt>/home/httpd/lonTabs/</tt>
                     30: <br /><i>is a listing of all other internet machines that a server
                     31: system considers to be valid server systems on the LON-CAPA
                     32: network</i>
                     33: <br />&nbsp;
                     34: </li>
                     35: </ul>
                     36: <!-- preamble end -->
                     37: <!-- maintext start -->
1.3       harris41   38: <h3>Configuration files and examples</h3>
1.9       harris41   39: <p>
1.3       harris41   40: LON-CAPA currently depends on the following list of configuration
                     41: files.  Locations of these files are by default.  Depending on your
                     42: Linux distribution (RedHat, Mandrake, Debian, etc.), the file paths
                     43: may be elsewhere.
1.9       harris41   44: </p>
1.3       harris41   45: <ul>
1.9       harris41   46: <li><a href="confexamples/krb.conf">[EXAMPLE]</a> /etc/krb.conf</li>
1.10    ! harris41   47: <li><a href="confexamples/loncapa_apache.conf">[EXAMPLE]</a>
        !            48: /etc/httpd/conf/loncapa_apache.conf</li>
1.9       harris41   49: <li><a href="confexamples/loncapa.conf">[EXAMPLE]</a>
1.7       harris41   50: /etc/httpd/conf/loncapa.conf</li>
1.9       harris41   51: <li><a href="confexamples/hosts.tab">[EXAMPLE]</a>
1.3       harris41   52: /home/httpd/lonTabs/hosts.tab</li>
1.9       harris41   53: <li><a href="confexamples/spare.tab">[EXAMPLE]</a>
1.3       harris41   54: /home/httpd/lonTabs/spare.tab</li>
1.9       harris41   55: <li><a href="confexamples/htpasswd">[EXAMPLE]</a>
1.3       harris41   56: /home/httpd/lonTabs/htpasswd</li>
1.9       harris41   57: <li><a href="confexamples/smb.conf">[EXAMPLE]</a> /etc/smb.conf</li>
                     58: <li><a href="confexamples/ntp.conf">[EXAMPLE]</a> /etc/ntp.conf</li>
                     59: <li><a href="confexamples/un_keyword.tab">[EXAMPLE]</a>
1.3       harris41   60: /home/httpd/html/res/adm/includes/un_keyword.tab</li>
1.9       harris41   61: <li><a href="confexamples/step-tickers">[EXAMPLE]</a>
1.3       harris41   62: /etc/ntp/step-tickers</li>
1.9       harris41   63: <li><a href="confexamples/pwauth">[EXAMPLE]</a> /etc/pam.d/pwauth</li>
                     64: <li><a href="confexamples/config">[EXAMPLE]</a> /etc/atalk/config</li>
1.3       harris41   65: </ul>
                     66: <h3>Current Reconfiguration Procedure</h3>
                     67: <p>
1.6       harris41   68: We recommend that you handle the reconfiguration manually.
                     69: A knowledgeable system administrator should alter these configuration
                     70: files.
1.3       harris41   71: </p>
1.6       harris41   72: <!-- maintext end -->
1.9       harris41   73: <!-- validated -->
1.3       harris41   74: </body>
                     75: </html>

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