On Tue, 5 Mar 2002, Mark wrote:

> [Tue Mar  5 21:11:21 2002] [alert] (22)Invalid argument: setgid: unable
> to set group id to Group 4294967295
> [Tue Mar  5 21:11:21 2002] [notice] Apache/1.3.22 (Unix) mod_ssl/2.8.5

Your system does not support a GID of -1 (2^32-1 = 429467295).  Apache's
install scripts are supposed to test your system to see whether it
supports this GID or not and pick a different one if it doesn't, but due
to a bug in the install script in Apache 1.3.22, that feature was broken
in that release.  So just go into your config file and pick a different
gid, and you'll be set (or upgrade to a newer Apache ;).

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   Apache HTTP Server Project
   [EMAIL PROTECTED]


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to