home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / plugins / apache / modules / access / directives.xml next >
Extensible Markup Language  |  2000-11-02  |  1KB  |  46 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE doc PUBLIC "" "">
  3. <doc>
  4. <dirDefinition>
  5.  
  6. <choice label="apache1.3_access_order" name="order">
  7.    <syntax>
  8.    <option value="apache1.3_access_allow,deny" name="allow,deny"/>
  9.    <option value="apache1.3_access_deny,allow" name="deny,allow"/>
  10.    <option value="apache1.3_access_mutual-failure" name="mutual-failure"/>
  11.    </syntax>
  12.    <default>deny,allow</default>
  13. </choice>
  14.                                           
  15.                                           
  16.  
  17. <list label="apache1.3_access_access" name="access">
  18. <syntax>
  19.    <structure label="apache1.3_access_rule" name="rule">
  20.       <syntax>
  21.          <choice label="apache1.3_access_action" name="action">
  22.             <syntax>
  23.                <option value="apache1.3_access_allow" name="allow"/>
  24.            <option value="apache1.3_access_deny" name="deny"/>
  25.         </syntax>
  26.         <default>deny</default>
  27.      </choice>
  28.      <alternate label="apache1.3_access_subject" style="normal" name="subject" align="horizontal">
  29.         <syntax>
  30.            <alternate label="apache1.3_access_host" style="normal" name="host">
  31.               <syntax>
  32.                  <label label="All hosts" name="all"/>
  33.              <string label="apache1.3_access_ipDom" name="ipDom"/>
  34.           </syntax>
  35.            </alternate>
  36.            <string label="apache1.3_access_env" name="env"/>
  37.         </syntax>
  38.       </alternate>
  39.       </syntax>
  40.    </structure>
  41. </syntax>
  42. </list>
  43.  
  44. </dirDefinition>
  45. </doc>
  46.