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/11/05 16:23:53 UTC

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

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

--- Comment #4 from Ben Johnson <be...@indietorrent.org> ---
This bug affects me, too.

Here are two workarounds that can be employed until the proposed patch is
integrated.

1.) Use the 8.3 file name, for example:

#Path to php-cgi
FcgidWrapper "C:/Progra~1/php/php-cgi.exe" .php

(Thanks to http://www.php.net/manual/en/install.windows.apache2.php#96529 )

2.) Create an NTFS junction point using the Windows Command Prompt, for
example:

mklink /J "C:\php" "C:\Program Files\php"

-- 
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