Diff for /doc/loncapafiles/Attic/loncapafiles.html between versions 1.55 and 1.58

version 1.55, 2001/02/15 01:22:36 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
Line 437  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>

Removed from v.1.55  
changed lines
  Added in v.1.58


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>