home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F232906_moduledict.xml < prev    next >
Extensible Markup Language  |  2002-09-06  |  3KB  |  90 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.  
  5. <manualpage>
  6.   <relativepath href=".."/>
  7.  
  8.   <title>Terms Used to Describe Modules</title>
  9.  
  10. <summary>
  11.    <p>This document describes the terms that are used to describe
  12.     each Apache <a href="./">module</a>.</p>
  13. </summary>
  14.  
  15. <section id="Description"><title>Description</title>
  16.  
  17. <p>A brief description of the purpose of the module.</p>
  18. </section>
  19.  
  20. <section id="Status"><title>Status</title>
  21.  
  22.     <p>This indicates how tightly bound into the Apache Web server
  23.     the module is; in other words, you may need to recompile the
  24.     server in order to gain access to the module and its
  25.     functionality. Possible values for this attribute are:</p>
  26.  
  27.     <dl>
  28.       <dt>MPM</dt>
  29.  
  30.       <dd>A module with status "MPM" is a <a
  31.       href="../mpm.html">Multi-Processing Module</a>. Unlike the
  32.       other types of modules, Apache must have one and only one MPM
  33.       in use at any time. This type of module is responsible for
  34.       basic request handling and dispatching.</dd>
  35.  
  36.       <dt>Base</dt>
  37.  
  38.       <dd>A module labeled as having "Base" status is compiled and
  39.       loaded into the server by default, and is therefore normally
  40.       available unless you have taken steps to remove the module
  41.       from your configuration.</dd>
  42.  
  43.       <dt>Extension</dt>
  44.  
  45.       <dd>A module with "Extension" status is not normally compiled
  46.       and loaded into the server. To enable the module and its
  47.       functionality, you may need to change the server build
  48.       configuration files and re-compile Apache.</dd>
  49.  
  50.       <dt>Experimental</dt>
  51.  
  52.       <dd>"Experimental" status indicates that the module is
  53.       available as part of the Apache kit, but you are on your own
  54.       if you try to use it. The module is being documented for
  55.       completeness, and is not necessarily supported.</dd>
  56.  
  57.       <dt>External</dt>
  58.  
  59.       <dd>Modules which are not included with the base Apache
  60.       distribution ("third-party modules") may use the "External"
  61.       status. We are not responsible for, nor do we support such
  62.       modules.</dd>
  63.     </dl>
  64. </section>
  65.  
  66. <section id="SourceFile"><title>Source File</title>
  67.  
  68.     <p>This quite simply lists the name of the source file which
  69.     contains the code for the module. This is also the name used by
  70.     the <directive module="core" type="section">IfModule</directive>
  71.     directive.</p>
  72. </section>
  73.  
  74. <section id="ModuleIdentifier"><title>Module Identifier</title>
  75.  
  76.     <p>This is a string which identifies the module for use in the
  77.     <directive module="mod_so">LoadModule</directive> directive when
  78.     dynamically loading modules. In particular, it is the name of
  79.     the external variable of type module in the source file.</p>
  80. </section>
  81.  
  82. <section id="Compatibility"><title>Compatibility</title>
  83.  
  84.     <p>If the module was not part of the original Apache version 2
  85.     distribution, the version in which it was introduced should be
  86.     listed here.  In addition, if the module is limited to
  87.     particular platforms, the details will be listed here.</p>
  88. </section>
  89.  
  90. </manualpage>