Web Stack Getting Started Guide

Administering Apache Server

When you install the Apache Web Server package, the binaries are installed in the /usr/apache2/2.2 and run time configuration files will be available in the following location /etc/apache2/2.2.

SMF Framework for Web Stack components are not initialized in the this release. Use either the Web Stack UI or start the server by running the startup command manually. Perform the following steps as root user to start Apache Web Server:


svccfg import /var/svc/manifest/network/http-apache22.xml
svcadm enable network/http:apache22

The import command allows you to import the apache manifest file and the enable command allows you to start the server.

Execute the disable command to stop the server.


svcadm disable network/http:apache22