version 1.54, 2001/02/13 19:20:33
|
version 1.58, 2001/02/27 21:06:07
|
Line 215 main server configuration file
|
Line 215 main server configuration file
|
<METAGROUP> |
<METAGROUP> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf"> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf"> |
<DESCRIPTION> |
<DESCRIPTION> |
name space configuration |
<P> |
|
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 the name of the perl module, |
|
and a specific regular expression associated with the URL, such as |
|
"^/res/.*\.page". |
|
</P> |
|
<P> |
|
Here is an example entry: |
|
<PRE> |
|
<LocationMatch "^/res/.*\.page$> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonpage |
|
</LocationMatch> |
|
</PRE> |
|
</P> |
</DESCRIPTION> |
</DESCRIPTION> |
</METAGROUP> |
</METAGROUP> |
<METAGROUP> |
<METAGROUP> |
Line 414 Table which has hash data necessary for
|
Line 429 Table which has hash data necessary for
|
</DESCRIPTION> |
</DESCRIPTION> |
</METAGROUP> |
</METAGROUP> |
<METAGROUP> |
<METAGROUP> |
|
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/lonsql.pm" TARGET="home/httpd/lib/perl/Apache/lonsql.pm" CATEGORY="handler"> |
|
<DESCRIPTION> |
|
Handler for interacting with MySQL database (via lonsql layer). |
|
</DESCRIPTION> |
|
<STATUS>works/unverified</STATUS> |
|
</METAGROUP> |
|
<METAGROUP> |
|
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler"> |
|
<DESCRIPTION> |
|
Creates a new course and assigns course coordinator |
|
</DESCRIPTION> |
|
<STATUS>works/unverified</STATUS> |
|
</METAGROUP> |
|
<METAGROUP> |
|
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler"> |
|
<DESCRIPTION> |
|
Creates a new user and/or changes user privileges |
|
</DESCRIPTION> |
|
<STATUS>works/unverified</STATUS> |
|
</METAGROUP> |
|
<METAGROUP> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler"> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler"> |
<DESCRIPTION> |
<DESCRIPTION> |
Produces simple LectureOnline-like student assessment performance chart |
Produces simple LectureOnline-like student assessment performance chart |
Line 423 Produces simple LectureOnline-like stude
|
Line 459 Produces simple LectureOnline-like stude
|
<METAGROUP> |
<METAGROUP> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler"> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler"> |
<DESCRIPTION> |
<DESCRIPTION> |
Produces simple LectureOnline-like student assessment performance chart |
Makes a table out of the previous attempts. Inputs result_from_symbread, |
|
user, domain, home_server, course_id |
</DESCRIPTION> |
</DESCRIPTION> |
<STATUS>works/unverified</STATUS> |
<STATUS>works/unverified</STATUS> |
</METAGROUP> |
</METAGROUP> |