Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2682 - Apache/CGI/suexec Problem
Summary: Apache/CGI/suexec Problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Ben Lutgens (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-12 15:14 UTC by Holger Benl
Modified: 2002-06-02 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Benl 2002-05-12 15:14:44 UTC
I can't use CGIs in my public_html/ folder. After much investigation, I found that apache is compiled with --suexec-uidmin=1000. Since the UID of my account is 500 (for historical reasons), suexec rejects any requests to run a CGI in one of my folders. Now, that is obviously a problem with my personal setup rather than gentoo. However, I noticed that apache also gets --suexec-gidmin=1000. On my system, the "users" group has GID 100, and IIRC I never fiddled with this, so my guess is that it's the same on other gentoo systems and therefore other users shouldn't be able to run CGIs in their public_html/ folder either...
Comment 1 Ben Lutgens (RETIRED) gentoo-dev 2002-06-02 21:58:27 UTC
set the mingid to 100.