How do I setup Apache httpd as a service using SMF ?
Cool Stack 1.2 now comes with support for SMF. If you choose to enable the service at install time, the following files will be installed: Manifest file: /var/svc/manifest/network/cskapache2.xml Method file: /opt/coolstack/lib/svc/method/svc-cskapache2 • Review the method file and make any changes required for your installation. • Ensure that the apache configuration files (httpd.conf etc.) have been edited for your installation and you can manually bring up and shutdown the server. • Now, you can hand over control of apache startup/shutdown to SMF: # svcadm enable csk-http See the README file in /opt/coolstack/apache2 for more details.