Configuring Apache on Solaris 10

Hi how do i configure Apache on Solaris 10 OS,
[53 byte] By [jssatishkumara] at [2007-11-26 23:37:01]
# 1
It ships with 2 apaches's by default.If you want to configure apache2 edit /etc/apache2/httpd.confyou will probably need to copy one of the example files to that file first.
robert.cohena at 2007-7-11 15:00:02 > top of Java-index,General,Sys Admin Best Practices...
# 2
Did you try CoolStack ( http://www.sunfreeware.com/coolstack.html)?Regards,a?
aquadrahta at 2007-7-11 15:00:02 > top of Java-index,General,Sys Admin Best Practices...
# 3

quick start:

1. cp /etc/apache2/httpd-example.conf /etc/apache2/httpd.conf

2. svcadm enable apache2

3. svcs -l apache2

if state = maintenance than you need to go to step 4.

4. svcadm clear apache2

and it is up and ready with default settings. Everything beyond that is configuring httpd.conf.

regards

Mipko

mipkonijea at 2007-7-11 15:00:02 > top of Java-index,General,Sys Admin Best Practices...
# 4
Hi thks. I was able to Config APACHE.
jssatishkumara at 2007-7-11 15:00:02 > top of Java-index,General,Sys Admin Best Practices...