version 1.8, 2002/04/23 12:06:28
|
version 1.10, 2002/06/17 05:52:41
|
Line 1
|
Line 1
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<!-- $Id$ --> |
<!-- $Id$ --> |
<html> |
<html> |
<head> |
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> |
<title>Configuration of a LON-CAPA Server</title> |
<title>Configuration of a LON-CAPA Server</title> |
<!-- pdfahref index.pdf --> |
<!-- pdfahref index.pdf --> |
<!-- button CONFIGURE --> |
<!-- button CONFIGURE --> |
</head> |
</head> |
<body bgcolor='#ffffff'> |
<body bgcolor="#ffffff"> |
<!-- preamble start --> |
<!-- preamble start --> |
<p> |
<p> |
There are about a dozen files on the LON-CAPA server systems |
There are about a dozen files on the LON-CAPA server systems |
Line 14 LON-CAPA network.
|
Line 17 LON-CAPA network.
|
</p> |
</p> |
<p> |
<p> |
The two most important configuration files are: |
The two most important configuration files are: |
|
</p> |
<ul> |
<ul> |
<li><strong>loncapa.conf</strong> - |
<li><strong>loncapa.conf</strong> - |
typically located in the directory <tt>/etc/httpd/conf/</tt> |
typically located in the directory <tt>/etc/httpd/conf/</tt> |
Line 29 network</i>
|
Line 33 network</i>
|
<br /> |
<br /> |
</li> |
</li> |
</ul> |
</ul> |
</p> |
|
</font> |
|
<!-- preamble end --> |
<!-- preamble end --> |
<!-- maintext start --> |
<!-- maintext start --> |
<h3>Configuration files and examples</h3> |
<h3>Configuration files and examples</h3> |
|
<p> |
LON-CAPA currently depends on the following list of configuration |
LON-CAPA currently depends on the following list of configuration |
files. Locations of these files are by default. Depending on your |
files. Locations of these files are by default. Depending on your |
Linux distribution (RedHat, Mandrake, Debian, etc.), the file paths |
Linux distribution (RedHat, Mandrake, Debian, etc.), the file paths |
may be elsewhere. |
may be elsewhere. |
|
</p> |
<ul> |
<ul> |
<li><a href='confexamples/krb.conf'>[EXAMPLE]</a> /etc/krb.conf</li> |
<li><a href="confexamples/krb.conf">[EXAMPLE]</a> /etc/krb.conf</li> |
<li><a href='confexamples/access.conf'>[EXAMPLE]</a> |
<li><a href="confexamples/loncapa_apache.conf">[EXAMPLE]</a> |
/etc/httpd/conf/access.conf</li> |
/etc/httpd/conf/loncapa_apache.conf</li> |
<li><a href='confexamples/loncapa.conf'>[EXAMPLE]</a> |
<li><a href="confexamples/loncapa.conf">[EXAMPLE]</a> |
/etc/httpd/conf/loncapa.conf</li> |
/etc/httpd/conf/loncapa.conf</li> |
<li><a href='confexamples/hosts.tab'>[EXAMPLE]</a> |
<li><a href="confexamples/hosts.tab">[EXAMPLE]</a> |
/home/httpd/lonTabs/hosts.tab</li> |
/home/httpd/lonTabs/hosts.tab</li> |
<li><a href='confexamples/spare.tab'>[EXAMPLE]</a> |
<li><a href="confexamples/spare.tab">[EXAMPLE]</a> |
/home/httpd/lonTabs/spare.tab</li> |
/home/httpd/lonTabs/spare.tab</li> |
<li><a href='confexamples/htpasswd'>[EXAMPLE]</a> |
<li><a href="confexamples/htpasswd">[EXAMPLE]</a> |
/home/httpd/lonTabs/htpasswd</li> |
/home/httpd/lonTabs/htpasswd</li> |
<li><a href='confexamples/smb.conf'>[EXAMPLE]</a> /etc/smb.conf</li> |
<li><a href="confexamples/smb.conf">[EXAMPLE]</a> /etc/smb.conf</li> |
<li><a href='confexamples/ntp.conf'>[EXAMPLE]</a> /etc/ntp.conf</li> |
<li><a href="confexamples/ntp.conf">[EXAMPLE]</a> /etc/ntp.conf</li> |
<li><a href='confexamples/un_keyword.tab'>[EXAMPLE]</a> |
<li><a href="confexamples/un_keyword.tab">[EXAMPLE]</a> |
/home/httpd/html/res/adm/includes/un_keyword.tab</li> |
/home/httpd/html/res/adm/includes/un_keyword.tab</li> |
<li><a href='confexamples/step-tickers'>[EXAMPLE]</a> |
<li><a href="confexamples/step-tickers">[EXAMPLE]</a> |
/etc/ntp/step-tickers</li> |
/etc/ntp/step-tickers</li> |
<li><a href='confexamples/pwauth'>[EXAMPLE]</a> /etc/pam.d/pwauth</li> |
<li><a href="confexamples/pwauth">[EXAMPLE]</a> /etc/pam.d/pwauth</li> |
<li><a href='confexamples/config'>[EXAMPLE]</a> /etc/atalk/config</li> |
<li><a href="confexamples/config">[EXAMPLE]</a> /etc/atalk/config</li> |
</ul> |
</ul> |
<h3>Current Reconfiguration Procedure</h3> |
<h3>Current Reconfiguration Procedure</h3> |
<p> |
<p> |
Line 66 A knowledgeable system administrator sho
|
Line 70 A knowledgeable system administrator sho
|
files. |
files. |
</p> |
</p> |
<!-- maintext end --> |
<!-- maintext end --> |
|
<!-- validated --> |
</body> |
</body> |
</html> |
</html> |