home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278214_moduledict.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  107 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.1.2.5 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <manualpage metafile="module-dict.xml.meta">
  23.  
  24.   <title>Terms Used to Describe Modules</title>
  25.  
  26. <summary>
  27.    <p>This document describes the terms that are used to describe
  28.     each Apache <a href="./">module</a>.</p>
  29. </summary>
  30.  
  31. <section id="Description"><title>Description</title>
  32.  
  33. <p>A brief description of the purpose of the module.</p>
  34. </section>
  35.  
  36. <section id="Status"><title>Status</title>
  37.  
  38.     <p>This indicates how tightly bound into the Apache Web server
  39.     the module is; in other words, you may need to recompile the
  40.     server in order to gain access to the module and its
  41.     functionality. Possible values for this attribute are:</p>
  42.  
  43.     <dl>
  44.       <dt>MPM</dt>
  45.  
  46.       <dd>A module with status "MPM" is a <a
  47.       href="../mpm.html">Multi-Processing Module</a>. Unlike the
  48.       other types of modules, Apache must have one and only one MPM
  49.       in use at any time. This type of module is responsible for
  50.       basic request handling and dispatching.</dd>
  51.  
  52.       <dt>Base</dt>
  53.  
  54.       <dd>A module labeled as having "Base" status is compiled and
  55.       loaded into the server by default, and is therefore normally
  56.       available unless you have taken steps to remove the module
  57.       from your configuration.</dd>
  58.  
  59.       <dt>Extension</dt>
  60.  
  61.       <dd>A module with "Extension" status is not normally compiled
  62.       and loaded into the server. To enable the module and its
  63.       functionality, you may need to change the server build
  64.       configuration files and re-compile Apache.</dd>
  65.  
  66.       <dt>Experimental</dt>
  67.  
  68.       <dd>"Experimental" status indicates that the module is
  69.       available as part of the Apache kit, but you are on your own
  70.       if you try to use it. The module is being documented for
  71.       completeness, and is not necessarily supported.</dd>
  72.  
  73.       <dt>External</dt>
  74.  
  75.       <dd>Modules which are not included with the base Apache
  76.       distribution ("third-party modules") may use the "External"
  77.       status. We are not responsible for, nor do we support such
  78.       modules.</dd>
  79.     </dl>
  80. </section>
  81.  
  82. <section id="SourceFile"><title>Source File</title>
  83.  
  84.     <p>This quite simply lists the name of the source file which
  85.     contains the code for the module. This is also the name used by
  86.     the <directive module="core" type="section">IfModule</directive>
  87.     directive.</p>
  88. </section>
  89.  
  90. <section id="ModuleIdentifier"><title>Module Identifier</title>
  91.  
  92.     <p>This is a string which identifies the module for use in the
  93.     <directive module="mod_so">LoadModule</directive> directive when
  94.     dynamically loading modules. In particular, it is the name of
  95.     the external variable of type module in the source file.</p>
  96. </section>
  97.  
  98. <section id="Compatibility"><title>Compatibility</title>
  99.  
  100.     <p>If the module was not part of the original Apache version 2
  101.     distribution, the version in which it was introduced should be
  102.     listed here.  In addition, if the module is limited to
  103.     particular platforms, the details will be listed here.</p>
  104. </section>
  105.  
  106. </manualpage>
  107.