home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / plugins / apache / modules / env / moduleDescription.xml < prev    next >
Encoding:
Text File  |  2000-11-02  |  1.2 KB  |  29 lines

  1.  
  2. <apacheModuleDescription name="env"
  3.                          directivesXMLDefinition="directives.xml"
  4.              propertyPagesXMLDefinition="propertyPages.xml"
  5.              description="It provides for passing environment
  6. variables to CGI/SSI scripts" icon="files">
  7.     <nodesInterested>
  8.         <node type="mainserver,virtualhost">
  9.          <propertyPage name="passEnv" />
  10.          <propertyPage name="setEnv" hookUnder="passEnv" />
  11.          <propertyPage name="unsetEnv" hookUnder="passEnv" />
  12.     </node>
  13.     </nodesInterested>
  14. <specialCases file="specialCases.tcl">
  15.         <specialCase confDir="passenv"
  16.                      xmlDir="passEnv"
  17.                      parser="apache1.3::parseStringList"
  18.                      dumper="apache1.3::dumpStringList" />
  19.         <specialCase confDir="unsetenv"
  20.                      xmlDir="unsetEnv"
  21.                      parser="apache1.3::parseStringList"
  22.                      dumper="apache1.3::dumpStringList" />
  23.         <specialCase confDir="setenv"
  24.                      xmlDir="setEnv"
  25.                      parser="apache1.3::parseSetEnv"
  26.                      dumper="apache1.3::dumpSetEnv" />             
  27. </specialCases>
  28. </apacheModuleDescription>        
  29.