home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / plugins / apache / setup / propertyPage.xml < prev   
Text File  |  2000-11-02  |  2KB  |  51 lines

  1. <pageDefinition>
  2. <list name="setupApache" label="Apache installations">
  3. <syntax>
  4.     <structure name="apacheServerInstallation" label="Apache installation">
  5.         <syntax>
  6.             <string name="comment" label="One-line server comment" >
  7.             <default>New Apache Server</default>
  8.         </string>
  9.             <string name="httpd" label="Apache executable (httpd)" classes="file">
  10.                 <default>/usr/local/apache/bin/httpd</default>
  11.             </string>
  12.             <string name="httpdconf" label="Config file (httpd.conf)" classes="file">
  13.                 <default>/usr/local/apache/conf/httpd.conf</default>
  14.             </string>
  15.             <string name="serverroot" label="Server root directory" classes="directory">
  16.                 <default>/usr/local/apache/</default>
  17.             </string>
  18.             <list name="commands" label="Commands">
  19.                 <syntax>
  20.                     <structure name="command" label="Command" >
  21.                          <syntax>
  22.                             <string name="name" label="Name" />
  23.                             <string name="command" label="Command" />
  24.                             <string name="icon" label="Icon" />
  25.                          </syntax>
  26.                     </structure>
  27.                 </syntax>
  28.                 <default>
  29.                      <item>
  30.                          <name>start</name>
  31.                          <command>/usr/local/apache/bin/apachectl start</command>
  32.                          <icon>start</icon>
  33.                      </item>
  34.                      <item>
  35.                          <name>stop</name>
  36.                          <command>/usr/local/apache/bin/apachectl stop</command>
  37.                          <icon>stop</icon>
  38.                      </item>
  39.                      <item>
  40.                          <name>restart</name>
  41.                          <command>/usr/local/apache/bin/apachectl restart</command>
  42.                          <icon>restart</icon>
  43.                      </item>
  44.                 </default>
  45.             </list>
  46.         </syntax>
  47.     </structure>       
  48. </syntax>
  49. </list>   
  50. </pageDefinition>
  51.