--- doc/loncapafiles/Attic/loncapafiles.html 2000/11/13 21:24:50 1.26 +++ doc/loncapafiles/Attic/loncapafiles.html 2001/03/04 19:21:38 1.64 @@ -104,6 +104,8 @@ you can just view the internal tags of t This section contains the actual LONCAPA tag information. These tags are probably not viewable with your browser and can only be seen be examining the HTML source.
++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> ++