<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type='manifest' name='apache'>
<service name='application/webserver/apache' type='service' version='1'>
<create_default_instance enabled='false' />
<single_instance />
<dependency name='network' grouping='require_all' restart_on='none' type='service'>
<service_fmri value='svc:/milestone/network:default' />
</dependency>
<method_context>
<method_credential user='root' group='root' />
</method_context>
<exec_method type='method' name='start' exec='/opt/apache/bin/apachectl start' timeout_seconds='300' />
<exec_method type='method' name='stop' exec='/opt/apache/bin/apachectl stop' timeout_seconds='300' />
<exec_method type='method' name='refresh' exec='/opt/apache/bin/apachectl graceful' timeout_seconds='60' />
<exec_method type='method' name='restart' exec='/opt/apache/bin/apachectl restart' timeout_seconds='300' />

<stability value='Evolving' />
<template>
<common_name>
<loctext xml:lang='C'> Apache 2 Webserver</loctext>
</common_name>
<documentation>
<!-- <manpage title='httpd' section='8M' /> -->
<doc_link name='apache.org' uri='http://www.apache.org' />
</documentation>
</template>
</service>
</service_bundle>
