You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Muhannad Tamemi <mu...@accessme.com> on 2003/06/23 09:27:30 UTC

[users@httpd] starting Apache

Dear Sir ,

as i told you , i installed apache 2.0.46 on my sun solaries 7 server and i installed it in /usr/local/apache2 dir .
i did not edit that much to the httpd.conf file .

i started apache :

$ usr/local/apache2/bin/apachectl start

but when i check on server itself , i can not see the apache test page .
i excuted ( ps -ef|grep httpd ) and get no output !!

i checked error log and saw the following error :

[Mon Jun 23 07:09:39 2003] [alert] Child 11845 returned a Fatal error...
Apache is exiting!
[Mon Jun 23 07:09:39 2003] [alert] (22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295

Any help please .
Thanks

Re: [users@httpd] starting Apache

Posted by Robert Andersson <ro...@profundis.nu>.
Muhannad Tamemi wrote:
> [Mon Jun 23 07:09:39 2003] [alert] (22)Invalid argument: setgid: unable to
> set group id to Group 4294967295

This line speaks for it self: 4294967295 = 0xffffffff = -1
You have your Apache set to an invalid group. Just read the documentation on
the Group directive carefully, and you should be fine:
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#group

Regards,
Robert Andersson



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org