################################################################# [In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database 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: suexec does not parse arguments to #exec cmd Comment-Added-By: coar Comment-Added-When: Mon May 24 10:54:57 PDT 1999 Comment-Added: [Text sent to the DB incorrectly.] The argument about filenames with spaces doesn't really apply, those spaces would have to be escaped to be handled properly by the shell (if suexec was off). The patch would only have to handle escaped spaces. This brings up an interesting point. If #exec is parsed by the shell without suexec it needs to be parsed just the same way with suexec. This is especially true since non ~userdir cgis under virtualhosts (or main servers) without User/Group directives will not run through suexec. - Tom