|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-07-06 10:15 UTC] tapaccos at hotmail dot com
Description: ------------ Documentation on the net states that PHP-FPM does not work on windows when it was a separate entity However with the inclusion of PHP-FPM in the PHP core it is not clear whether or not this is now possible and how. (Ideally without the need for Cygwin) In particular would be interested on running PHP with FPM enabled in conjuction with nginx Thanks in advance Alex Expected result: ---------------- Documentation stating on how to get PHP to work in FPM to work in windows Ideally this would be some setting in php.ini to enable. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 07:00:01 2025 UTC |
I'm in the same boat. I normally run PHP using mod_fcgid but have had problems on Windows with running multiple versions of PHP and timeout issues where it's trying to talk to the wrong versions for some requests. PHP FPM and mod_proxy_fcgi would seem to be the way to go and although I have it up and running, I can't seem to get the path right ("No Input file specified") and can't figure out where it expects to find the FPM conf file. Even if it was just the basics it'd be great, that conf file location would definitely help.