https://issues.apache.org/bugzilla/show_bug.cgi?id=51194
--- Comment #2 from William A. Rowe Jr. <[email protected]> --- Created attachment 29520 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29520&action=edit Patch to honor quoted FcgidWrapper command and arguments Attached is a patch which corrects only the behavior of FcgidWrapper. The other directives for authnz/access checkers have not been corrected yet. Would appreciate validation of this patch on both unix and windows by others before applying it to trunk, particularly against some fcgid wrapper other than php. The patch continues the documented behavior of the FcgidWrapper, which claims to allow space separated args, e.g. FcgidWrapper "\"c:/Program Files (x86)/php-nts/php-cgi.exe\" -d date.timezone=America/Chicago" .php The modern phpinfo() complains bitterly if date.timezone is not set, making this a simple test that the command line value was used in place of the missing php.ini entry. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
