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