You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/10/29 20:13:20 UTC

[Bug 51194] FcgidWrapper does not support paths containing a space

https://issues.apache.org/bugzilla/show_bug.cgi?id=51194

--- Comment #2 from William A. Rowe Jr. <wr...@apache.org> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org