--- doc/loncapafiles/loncapafiles.lpml 2001/05/14 18:50:22 1.3
+++ doc/loncapafiles/loncapafiles.lpml 2001/05/14 19:22:31 1.4
@@ -374,4 +374,738 @@ LON-CAPA system.
icons that help depict the file systemRedHat 6.2
+
+
+etc/httpd/conf/access.conf
+conf
+
+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.
+
+RedHat 6.2
+
+configure
+
+
+
lonHostID
LON-internal HostID of this machine
+
lonRole
Role of this machine: library, access
+
lonAdmEMail
Server Administration
+
lonDefDomain
Default domain
+
lonLoadLim
Load Limit ( 100% loadavg )
+
lonExpire
Expiration for local copies in seconds
+
+
+
+
+
+etc/httpd/conf/httpd.conf
+static conf
+
+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.
+
+RedHat 6.2
+
+
+
+etc/httpd/conf/srm.conf
+static conf
+
+
+This file configures the "name space" of the Apache web server.
+srm.conf
+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".
+