Thankyou Cliff, but i'm surprised why its happening like that even i installed as root. Is there any reason ?
Ravi -----Original Message----- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 7:20 PM To: [EMAIL PROTECTED] Subject: Re: Installation Apache_1.3.22 in Solaris 8 On Wed, 28 Nov 2001, Ravi Babu D - CTD, Chennai. wrote: > Hello, > > I installed Apache1.3.22 with mod_ssl 2.8.5 in Sol8. But strangely, i'm > not able to start the webserver. In the log its says "[alert] (22)Invalid > argument: setgid: unable to set group id to Group 4294967295 " Look in your httpd.conf, and you'll see that you have Group set to #-1 (2^32-1 = 4294967295). Your system obviously doesn't support a gid of -1. Change the gid number in that directive to something your system does support. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]