Bug 28287 - No way to find if suexec is enabled
Summary: No way to find if suexec is enabled
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_suexec (show other bugs)
Version: 2.1-HEAD
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 17:39 UTC by Joshua Slive
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Slive 2004-04-08 17:39:11 UTC
Contrary to 1.3 and to the suexec docs:
http://httpd.apache.org/docs-2.0/suexec.html#enable
there is no easy way to find out if suexec is enabled.
There is no message written to the error log, and no
mention of suexec in httpd -l or -v or -V (other than
the path to the suexec binary).

This makes it much harder to debug cgi problems.
Comment 1 André Malo 2004-04-24 19:45:03 UTC
Uhm, there's a message written into the error log, but unfortunately it may be
wrong.
After an accompanying APR patch (to determine the setuid bit) this is fixed in
2.1 now.
Comment 2 André Malo 2004-06-02 23:09:39 UTC
Fixed in latest APR/httpd.