Svc:/network/http:apache2 error

Dear All,

http:apache2 service on my node is continuously in maintenance mode.
I have tried to enable and disable the service but nothing works.

root@ops # svcs -a | grep apache2
maintenance    15:46:37 svc:/network/http:apache2

When I reboot the system, I get the following error:

ops console login: Nov  7 15:46:37 svc.startd[9]: svc:/network/http:apache2: Method "/lib/svc/method/http-apache2 start" failed with exit status 96.
Nov  7 15:46:37 svc.startd[9]: network/http:apache2 misconfigured: transitioned to maintenance (see 'svcs -xv' for details)
syslogd: line 32: unknown priority name "notice /var/adm/name_of_log_file"

Log file states:

root@ops # cat /var/svc/log/network-http\:apache2.log
[ Jan  3 17:55:39 Disabled. ]
[ Jan  3 17:55:39 Rereading configuration. ]
[ Jan  3 18:45:44 Rereading configuration. ]
[ Jan  5 20:46:21 Rereading configuration. ]
[ Nov  5 13:49:48 Enabled. ]
[ Nov  5 13:49:48 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:49:48 Method "start" exited with status 96 ]
[ Nov  5 13:50:11 Leaving maintenance because disable requested. ]
[ Nov  5 13:50:11 Disabled. ]
[ Nov  5 13:50:16 Enabled. ]
[ Nov  5 13:50:16 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:50:16 Method "start" exited with status 96 ]
[ Nov  5 13:52:18 Leaving maintenance because disable requested. ]
[ Nov  5 13:52:18 Disabled. ]
[ Nov  5 13:52:22 Enabled. ]
[ Nov  5 13:52:22 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:52:22 Method "start" exited with status 96 ]
[ Nov  5 13:53:50 Leaving maintenance because clear requested. ]
[ Nov  5 13:53:50 Enabled. ]
[ Nov  5 13:53:50 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:53:50 Method "start" exited with status 96 ]
[ Nov  5 13:55:55 Leaving maintenance because clear requested. ]
[ Nov  5 13:55:55 Enabled. ]
[ Nov  5 13:55:55 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:55:55 Method "start" exited with status 96 ]
[ Nov  7 15:41:50 Leaving maintenance because disable requested. ]
[ Nov  7 15:41:50 Disabled. ]
[ Nov  7 15:46:37 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  7 15:46:37 Method "start" exited with status 96 ]

What seems to be the issue ?

Google says the config is misplaced: apache 2.2 - Unable to start Apache2 service on Solaris 10 - Server Fault