| SeanMcSPAM 2004-10-06, 2:47 am |
| cracraft@cox.net (Stuart Cracraft) wrote in message news:<9e4b6b89.0410021008.63bdc8da@posting.google.com>...
> Hi -- I tried getting apache 2.051 from
> www.sunfreeware.com, wiping out my old
> apache by removing the packages and
> moving away /usr/local/apache* and
> then pkgadding apache-2.051-sol8-sparc-local
> on a Solaris 8 box and apache-2.051-sol9-sparc-local
> for a Solaris 9 box.
>
> In both cases running apachectl start failed
> to start any httpd daemons and the logs/error_log
> file had errors about
>
> [alert] (22) Invalid argument: setgid: unable to set group id to Group 4294967295
>
> then
> [notice] Apache/2.0.51 (Unix) DAV/2 configured - resuming normal operations
> [alert] Child 1205 returned a Fatal error... Apache is exiting!
>
> All of this occurs from 11:02:53 to 11:02:54.
> No apache is running afterwards.
>
> Haven't had this kind of problem with Apache in the past.
>
> Any thoughts anybody?
>
> Stuart
Hi Stuart,
change the following line in your httpd.conf
Group #-1
To
Group nobody
it should start up then
cheers
Sean
|