--- 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 system RedHat 6.2 + +loncom/access.conf +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 +
+ + + + + + + +
lonHostIDLON-internal HostID of this machine
lonRoleRole of this machine: library, access
lonAdmEMailServer Administration
lonDefDomainDefault domain
lonLoadLimLoad Limit ( 100% loadavg )
lonExpireExpiration for local copies in seconds
+
+
+ +loncom/httpd.conf +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 + + +loncom/srm.conf +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". +

+

+Here is an example entry: +

+<LocationMatch "^/res/.*\.page$>
+SetHandler perl-script
+PerlHandler Apache::lonpage
+</LocationMatch>
+
+

+
+RedHat 6.2 +
+ +loncom/startup.pl +etc/httpd/conf/startup.pl +static conf + +This file provides initializations for perl handlers. It adjusts what +the module path space is (so as to include /home/httpd/lib/perl/Apache) as +well as causing the Apache module to be used for every perl handler. +startup.pl is invoked by access.conf. + +RedHat 6.2 + + +loncom/interface/filetypes.tab +home/httpd/lonTabs/filetypes.tab +static conf + +Descriptive list of file extensions, and extension groupings. + +RedHat 6.2 + + +loncom/homework/insertlist.tab +home/httpd/lonTabs/insertlist.tab +static conf + +Options available (or suggested) for different homework tags. + +RedHat 6.2 + + +loncom/interface/default.assesscalc +home/httpd/html/res/adm/includes/default.assesscalc +static conf + +Default spreadsheet for individual assessment. + +RedHat 6.2 + + +loncom/interface/default.studentcalc +home/httpd/html/res/adm/includes/default.studentcalc +static conf + +Default spreadsheet for assessment of students. + +RedHat 6.2 + + +loncom/auth/roles.tab +home/httpd/lonTabs/roles.tab +static conf + +List of privileges associated with users of multiple types (for example: Teaching +Assistant, Exam Proctor, Course Coordinator) + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 + + + + + + +RedHat 6.2 +