Apache2 maintenance

Hi! apache and tomcat are installed in default on solaris 10, after some configuration tomcat is enable, but apache status is maintenance... How to change its status to online...? The log say

[ janv  7 17:46:17 Enabled. ]
[ janv  7 17:46:18 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ janv  7 17:46:18 Method "start" exited with status 1 ]

And when I tape the svcs -xv commande, this is the result

bash-3.00# svcs -xv svc:/network/http:apache2
svc:/network/http:apache2 (Apache 2 HTTP server)
 State: maintenance since  7 janvier 2015 17:46:18 EAT
Reason: Start method failed repeatedly, last exited with status 1.
   See: http://sun.com/msg/SMF-8000-KS
   See: man -M /usr/apache2/man -s 8 httpd
   See: /var/svc/log/network-http:apache2.log
Impact: This service is not running.

Maybe follow instructions at:

See: http://sun.com/msg/SMF-8000-KS

?

that tells to read /var/svc/log/network-http:apache2.log
And to run svcadm clear ...