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

  1.  
  2. <apacheModuleDescription name="alias"
  3.                          directivesXMLDefinition="directives.xml"
  4.              propertyPagesXMLDefinition="propertyPages.xml"
  5.              description="It provides for mapping different
  6. parts of the host filesystem in the the document tree, and for URL
  7. redirection. " icon="smallWheel">
  8.     <nodesInterested>
  9.         <node type="mainserver,virtualhost">
  10.          <propertyPage name="newbieAlias" skillLevel="newbie" />
  11.          <propertyPage name="newbieCGI" skillLevel="newbie" hookUnder="newbieAlias" />    
  12.     </node>
  13.         <node type="mainserver,virtualhost,directory,location">
  14.          <propertyPage name="redirection" skillLevel="newbie" hookUnder="newbieAlias"/>
  15.     </node>    
  16.     </nodesInterested>
  17.     <specialCases file="specialCases.tcl">
  18.      <specialCase confDir="alias"
  19.                      xmlDir="alias"
  20.                      parser="apache1.3::parseAlias"
  21.                      dumper="apache1.3::dumpAlias" />
  22.      <specialCase confDir="aliasmatch"
  23.                      xmlDir="alias"
  24.                      parser="apache1.3::parseAlias"
  25.                      dumper="apache1.3::dumpAlias" />
  26.      <specialCase confDir="scriptalias"
  27.                      xmlDir="scriptAlias"
  28.                      parser="apache1.3::parseAlias"
  29.                      dumper="apache1.3::dumpAlias" />
  30.      <specialCase confDir="scriptaliasmatch"
  31.                      xmlDir="scriptAlias"
  32.                      parser="apache1.3::parseAlias"
  33.                      dumper="apache1.3::dumpAlias" />                   
  34.      <specialCase confDir="redirect"
  35.                      xmlDir="redirect"
  36.                      parser="apache1.3::parseRedirect"
  37.                      dumper="apache1.3::dumpRedirect" />                                
  38.      <specialCase confDir="redirectmatch"
  39.                      xmlDir="redirect"
  40.                      parser="apache1.3::parseRedirect"
  41.                      dumper="apache1.3::dumpRedirect" />                                             
  42.     </specialCases>
  43. </apacheModuleDescription>        
  44.