The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #13 (permalink)  
Old 04-04-2008
BrewDudeBob's Avatar
BrewDudeBob BrewDudeBob is offline
Registered User
  
 

Join Date: Aug 2005
Location: Atlanta Burbs
Posts: 47
ok, now I can't get the service running in svcadm:

root> cd /etc/apache2
root> cp httpd.conf-example httpd.conf
root> svcs -a|grep -i http
maintenance Mar_08 svc:/network/http:apache2
root> svcs -x http
svc:/network/http:apache2 (Apache 2 HTTP server)
State: maintenance since Sat Mar 08 00:06:08 2008
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: Sun Message ID: SMF-8000-KS
See: httpd(8)
See: /var/svc/log/network-http:apache2.log
Impact: This service is not running.
root> svcadm restart /network/http:apache2
root> svcs -x http
svc:/network/http:apache2 (Apache 2 HTTP server)
State: maintenance since Sat Mar 08 00:06:08 2008
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: Sun Message ID: SMF-8000-KS
See: httpd(8)
See: /var/svc/log/network-http:apache2.log
Impact: This service is not running.
root>