The following is PHP-FPM (PHP 5.5)
php-cgi.exe -b 127.0.0.1:9000
The following is mod_proxy_fcgi (Apache 2.4)
The first way
<
Maybe you didn't get me right.
Before the fix it was: proxy:balancer://\c:\fileName.php
After the fix it is: \c:\fileName.php
Which are both invalid file names in Windows, while thinking Linux there is no drive letter there so it becomes \fileName.php which is valid. The fix would be to remove the starting slash and recompile.