home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- Apache configuration file
-
- The location of apache configuration files, server binary, etc
- is specified here. There is possibility for multiple instances of
- Apache servers
-
- To do: More than one stop/start command (for different configurations)
- -->
-
- <apacheModuleConf>
- <server name="Production server" >
- <command name="start" icon="wheelSmall">/usr/local/apache/bin/apachectl start</command>
- <command name="stop" icon="wheelSmall">/usr/local/apache/bin/apachectl stop</command>
- <command name="restart" icon="wheelSmall">/usr/local/apache/bin/apachectl restart</command>
- <command name="graceful" icon="wheelSmall">/usr/local/apache/bin/apachectl graceful</command>
- <command name="status" icon="wheelSmall">/usr/local/apache/bin/apachectl status</command>
- <command name="fullstatus" icon="wheelSmall">/usr/local/apache/bin/apachectl fullstatus</command>
- <httpd>/usr/local/apache/bin/httpd</httpd>
- <configurationFiles>/usr/local/apache/conf/httpd.conf</configurationFiles>
- </server>
- <server name="Apache 2.0" >
- <httpd>/usr/local/apache/bin/httpd</httpd>
- <configurationFiles>/tmp/apache-2.0/etc/apache.conf</configurationFiles>
- </server>
-
- -->
- </apacheModuleConf>
-