home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
plugins
/
apache
/
setup
/
propertyPage.xml
< prev
Wrap
Text File
|
2000-11-02
|
2KB
|
51 lines
<pageDefinition>
<list name="setupApache" label="Apache installations">
<syntax>
<structure name="apacheServerInstallation" label="Apache installation">
<syntax>
<string name="comment" label="One-line server comment" >
<default>New Apache Server</default>
</string>
<string name="httpd" label="Apache executable (httpd)" classes="file">
<default>/usr/local/apache/bin/httpd</default>
</string>
<string name="httpdconf" label="Config file (httpd.conf)" classes="file">
<default>/usr/local/apache/conf/httpd.conf</default>
</string>
<string name="serverroot" label="Server root directory" classes="directory">
<default>/usr/local/apache/</default>
</string>
<list name="commands" label="Commands">
<syntax>
<structure name="command" label="Command" >
<syntax>
<string name="name" label="Name" />
<string name="command" label="Command" />
<string name="icon" label="Icon" />
</syntax>
</structure>
</syntax>
<default>
<item>
<name>start</name>
<command>/usr/local/apache/bin/apachectl start</command>
<icon>start</icon>
</item>
<item>
<name>stop</name>
<command>/usr/local/apache/bin/apachectl stop</command>
<icon>stop</icon>
</item>
<item>
<name>restart</name>
<command>/usr/local/apache/bin/apachectl restart</command>
<icon>restart</icon>
</item>
</default>
</list>
</syntax>
</structure>
</syntax>
</list>
</pageDefinition>