Hi,
Why apache2 service is not getting started/getting into "running" state on my OpenSolaris VM Box?
Notes on OS:
Code:
bash-3.2# uname -a
SunOS dev-solaris 5.10 Generic_147441-01 i86pc i386 i86pc
bash-3.2#
Code:
bash-3.2# svcadm enable apache2
bash-3.2# svcadm restart apache2
Code:
bash-3.2# svcs -x apache2
svc:/network/http:apache2 (Apache 2 HTTP server)
State: maintenance since Fri Jan 27 01:41:15 2012
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: http://sun.com/msg/SMF-8000-KS
See: httpd(8)
See: /var/svc/log/network-http:apache2.log
Impact: This service is not running.
bash-3.2#
Am I missing anything?
I just noticed that there is some error:
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
The red colored phrase sounds like an environment variable but there is nothing being output:
Code:
bash-3.2# echo $SMF_EXIT_ERR_CONFIG
bash-3.2#
I have not made any changes to the configuration file though.