step step apache2 configuration doc

Hi Guys,
does anyone know of a step by step guide on how configure apache2 web server in solaris 10?

I will really appreciate it.

Thanks a lot

first check services
#svcs -a apache2

if services disable then make it enable using this cmd

#svcadm enable apache2 services ( copy and paste from svcs -a apache2 O/P)

if services maintance mode then make some config change in apache2

cp /etc/apache/apache2/http-std.example /etc/apache/apache2/http.conf

again disable the apache2 services ( svcadm disable apache2 services )

enable svcadm services