[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> 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: SUID Perl scripts are ignored, it does not change UID on execution. State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Wed Mar 31 07:24:51 PST 1999 State-Changed-Why: First, this has nothing to do with Apache but rather mod_perl. Second, of course setuid scripts can't be run as a different user by mod_perl. That is part of the whole idea; the perl interpreter is inside Apache, so there is no seperate process to be run that can be setuid.