home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / plugins / apache / apache.conf.example next >
Text File  |  2000-11-02  |  1KB  |  30 lines

  1. <!-- 
  2.  
  3. Apache configuration file
  4.  
  5. The location of apache configuration files, server binary, etc 
  6. is specified here. There is possibility for multiple instances of 
  7. Apache servers
  8.  
  9. To do: More than one stop/start command (for different configurations)
  10. -->
  11.  
  12. <apacheModuleConf>
  13.     <server name="Production server" >
  14.         <command name="start" icon="wheelSmall">/usr/local/apache/bin/apachectl start</command>
  15.     <command name="stop" icon="wheelSmall">/usr/local/apache/bin/apachectl stop</command>
  16.     <command name="restart" icon="wheelSmall">/usr/local/apache/bin/apachectl restart</command>
  17.     <command name="graceful" icon="wheelSmall">/usr/local/apache/bin/apachectl graceful</command>
  18.     <command name="status" icon="wheelSmall">/usr/local/apache/bin/apachectl status</command>
  19.         <command name="fullstatus" icon="wheelSmall">/usr/local/apache/bin/apachectl fullstatus</command>
  20.     <httpd>/usr/local/apache/bin/httpd</httpd>
  21.     <configurationFiles>/usr/local/apache/conf/httpd.conf</configurationFiles>
  22.     </server>    
  23.     <server name="Apache 2.0" >
  24.     <httpd>/usr/local/apache/bin/httpd</httpd>
  25.     <configurationFiles>/tmp/apache-2.0/etc/apache.conf</configurationFiles>
  26.     </server>
  27.     
  28.    -->
  29. </apacheModuleConf>
  30.