[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: Why do CGI executed ? if configuration is "Options IncludesNOEXEC ExecCGI" then I think CGI don't executed. State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Nov 4 21:19:41 PST 1999 State-Changed-Why: If the CGI file would be allowed to be executed anyway, ie. if it is called directly, then there is nothing to gain by not letting it be called from a SSI. What IncludesNOEXEC does is disable SSI commands that explicitly execute something that wouldn't otherwise be executed.