You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@apache.org on 1999/04/21 03:51:20 UTC

Re: mod_cgi/3784: CGI scripts not executed if gid not equal to server's gid

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: CGI scripts not executed if gid not equal to server's gid

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:51:19 PDT 1999
State-Changed-Why:
Are you still having this problem?

MULTIPLE_GROUPS is in fact useless and should be removed... it
won't help you.

The initgroups() call takes care of setting the groups.

I have no problem with multiple groups ... you have to
start the server as root -- the geteuid() is necessary,
initgroups() won't succeed unless you do it as root.

Dean