Search This Blog

Sunday, December 5, 2010

Apache configuration in solaris 10

initially #svcs -a | grep apache2
status will be maintenance, so you will have to do this.

do this,

# svcadm disable svc:/network/http:apache2

1. cd /etc/apache2

2. cp httpd.conf-example httpd.conf

3. #svcadm enable apache2

4. #svcs -a | grep apache2

now, you will find the status online i hope.


No comments:

Post a Comment