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

  1.  
  2. <apacheModuleDescription name="access"
  3.                          directivesXMLDefinition="directives.xml"
  4.              propertyPagesXMLDefinition="propertyPages.xml"
  5.              description="Access control based on client
  6. hostname or IP address." icon="lock">
  7.     <nodesInterested>
  8.         <node type="directory,location,files">
  9.          <propertyPage name="newbieSecurity" hookUnder="authorisation"/>
  10.     </node>
  11.     </nodesInterested>
  12.  <specialCases file="specialCases.tcl">
  13.         <specialCase confDir="allow"
  14.                      xmlDir="access"
  15.                      parser="apache1.3::parseAccess"
  16.                      dumper="apache1.3::dumpAccess" />
  17.     <specialCase confDir="deny"
  18.                      xmlDir="access"
  19.                      parser="apache1.3::parseAccess"
  20.                      dumper="apache1.3::dumpAccess" />
  21.  </specialCases>             
  22. </apacheModuleDescription>        
  23.