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

  1.  
  2. <apacheModuleDescription name="raven"
  3.                          directivesXMLDefinition="directives.xml"
  4.              propertyPagesXMLDefinition="propertyPages.xml"
  5.              description="Covalent Raven SSL" icon="lock" >
  6.     <nodesInterested>
  7.         <node type="mainserver">
  8.          <propertyPage name="ravenPassPhrase" hookUnder="vhostSSL" />
  9.          <propertyPage name="ravenServerMisc" hookUnder="vhostSSL" />
  10.          <propertyPage name="ravenSessionCache" hookUnder="vhostSSL" />         
  11.     </node>
  12.         <node type="mainserver,virtualhost">    
  13.          <propertyPage name="vhostSSL" />
  14.          <propertyPage name="sslProtocol" hookUnder="vhostSSL" />                  
  15.          <propertyPage name="certificate" hookUnder="vhostSSL" />
  16.          <propertyPage name="sslLog" hookUnder="vhostSSL" />
  17.     </node>
  18.     <node type="virtualhost">        
  19.         <propertyPage name="vhostSessionCache" hookUnder="vhostSSL" />
  20.     </node>
  21.     <node type="mainserver,virtualhost,directory,location">    
  22.          <propertyPage name="SSLOptions" hookUnder="vhostSSL" />
  23.     </node>
  24.     <node type="directory,location">
  25.         <propertyPage name="directorySSL" hookUnder="vhostSSL" />
  26.     </node>
  27.    </nodesInterested>
  28.  <specialCases file="specialCases.tcl">
  29.   <specialCase confDir="sslpassphrasedialog"
  30.                        xmlDir="SSLPassPhraseDialog"
  31.                parser="apache1.3::parseSSLPassPhraseDialog"
  32.                dumper="apache1.3::dumpSSLPassPhraseDialog" />  
  33.   <specialCase confDir="sslrandomseed"
  34.                        xmlDir="SSLRandomSeed"
  35.                parser="apache1.3::parseSSLRandomSeed"
  36.                dumper="apache1.3::dumpSSLRandomSeed" />
  37.   <specialCase confDir="sslmutex"
  38.                        xmlDir="SSLMutex"
  39.                parser="apache1.3::parseSSLMutex"
  40.                dumper="apache1.3::dumpSSLMutex" />
  41.   <specialCase confDir="sslprotocol"
  42.                        xmlDir="SSLProtocol"
  43.                parser="apache1.3::parseSSLProtocol"
  44.                dumper="apache1.3::dumpSSLProtocol" />               
  45.   <specialCase confDir="ssloptions"
  46.                        xmlDir="SSLOptions"
  47.                parser="apache1.3::parseSSLOptions"
  48.                dumper="apache1.3::dumpSSLOptions" />                              
  49.   <specialCase confDir="sslsessioncache"
  50.                        xmlDir="SSLSessionCache"
  51.                parser="apache1.3::parseSSLSessionCache"
  52.                dumper="apache1.3::dumpSSLSessionCache" />                              
  53.  </specialCases> 
  54. </apacheModuleDescription>        
  55.