version 1.56, 2001/02/15 16:02:38
|
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"> |
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler"> |
<DESCRIPTION> |
<DESCRIPTION> |
Creates a new course and assigns course coordinator |
Creates a new course and assigns course coordinator |