From owner-freebsd-hackers Thu Sep 3 09:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13176 for freebsd-hackers-outgoing; Thu, 3 Sep 1998 09:54:30 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from redfish.go2net.com (redfish.go2net.com [207.178.55.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA13169 for ; Thu, 3 Sep 1998 09:54:29 -0700 (PDT) (envelope-from marcs@go2net.com) Received: from marcs by redfish.go2net.com with smtp (Exim 1.82 #2) id 0zEcbk-0006v2-00; Thu, 3 Sep 1998 09:51:40 -0700 Date: Thu, 3 Sep 1998 09:51:40 -0700 (PDT) From: Marc Slemko X-Sender: marcs@redfish To: Costa Morris cc: freebsd-hackers@FreeBSD.ORG Subject: Re: FW: suexec error In-Reply-To: <004301bdd745$b0f73c30$0cddcfcf@cman.cortx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is offtopic for freebsd-hackers; please take any followups or future questions of this nature to freebsd-questions. On Thu, 3 Sep 1998, Costa Morris wrote: > > i installed suexec on my 2.2.7 box running apache 1.2.6. anytime i add the > user/group info to a virtual host, all the cgi scripts associated with that > domain don't work. i receive 500 internal server errors. > > here is the suexec log excerpt: > > [13:46:35 01-09-98]: uid: (costa/costa) gid: (staff/staff) formmail > [13:46:35 01-09-98]: cannot run as forbidden gid (20/formmail) It means exactly what it says. If you would look at the manual to see why the gid could be forbidden, you would quickly find: 10. Is the target groupid ABOVE the minimum ID number? The minimum group ID number is specified during configuration. This allows you to set the lowest possible groupid that will be allowed to execute CGI/SSI programs. This is useful to block out "system" groups. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message