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

  1.  
  2. <apacheModuleDescription name="php3"
  3.                          directivesXMLDefinition="directives.xml"
  4.              propertyPagesXMLDefinition="propertyPages.xml"
  5.              description="PHP3 Apache module." icon="smallWheel">
  6.     <nodesInterested>
  7.         <node type="mainserver,virtualhost">
  8.          <propertyPage name="pp_phpEngine"  />
  9.          <propertyPage name="pp_phpResource" hookUnder="pp_phpEngine" />
  10.          <propertyPage name="pp_phpErrorHandling" hookUnder="pp_phpEngine" />
  11.          <propertyPage name="pp_phpDataHandling" hookUnder="pp_phpEngine" />
  12.          <propertyPage name="pp_phpPaths" hookUnder="pp_phpEngine" />
  13.     </node>
  14.     </nodesInterested>
  15.  <specialCases file="specialCases.tcl">
  16.     <specialCase confDir="php3_open_basedir"
  17.                      xmlDir="php3_open_basedir"
  18.                      parser="apache1.3::parse_php3_open_basedir"
  19.                      dumper="apache1.3::dump_php3_open_basedir" />
  20.     <specialCase confDir="php3_error_log"
  21.                      xmlDir="php3_error_log"
  22.                      parser="apache1.3::parse_php3_error_log"
  23.                      dumper="apache1.3::dump_php3_error_log" />
  24.     <specialCase confDir="php3_auto_prepend_file"
  25.                      xmlDir="php3_auto_prepend_file"
  26.                      parser="apache1.3::parse_php3_auto_prepend_file"
  27.                      dumper="apache1.3::dump_php3_auto_prepend_file" />
  28.     <specialCase confDir="php3_auto_append_file"
  29.                      xmlDir="php3_auto_append_file"
  30.                      parser="apache1.3::parse_php3_auto_append_file"
  31.                      dumper="apache1.3::dump_php3_auto_append_file" />
  32.     <specialCase confDir="php3_include_path"
  33.                      xmlDir="php3_include_path"
  34.                      parser="apache1.3::parse_php3_include_path"
  35.                      dumper="apache1.3::dump_php3_include_path" />             
  36.  </specialCases>             
  37. </apacheModuleDescription>        
  38.  
  39.  
  40.  
  41.