Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache and PHP-FPM in Windows :: how-to |
|
Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 07 Feb '18 12:39 Post subject: Apache and PHP-FPM in Windows :: how-to |
|
|
Stumbled over the following article:
We see a lot of research over the internet to make Apache & PHP-FPM work on windows.
But the first thing is: there is no php-fpm on Windows. And many people give up on this, because of too many or too complex solutions we find over the internet.
For sanity reasons, I will never talk about FPM on Windows, but I will instead talk about FastCGI.
Because FPM stands for FastCGI Process Manager. It’s just a manager for FastCGI processes.
Read more ... http://www.orbitale.io/2017/11/11/apache-and-php-fpm-in-windows.html |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7368 Location: Germany, Next to Hamburg
|
Posted: Thu 08 Feb '18 16:34 Post subject: |
|
|
I'm not sure. Why you want to use fpm? |
|
Back to top |
|
gijs
Joined: 27 Apr 2012 Posts: 189 Location: The Netherlands
|
Posted: Thu 08 Feb '18 21:27 Post subject: |
|
|
You could spawn multiple PHP processes this way, to handle more requests at the same time.
However we can already do this with mod_fcgid, without the overhead of using a TCP connection.
Only reason I can think of is to make copying Apache configs to Unix slightly easier. But you'd still need to change the path names between Windows and Unix configurations. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7368 Location: Germany, Next to Hamburg
|
Posted: Fri 09 Feb '18 10:28 Post subject: |
|
|
gijs wrote: | But you'd still need to change the path names between Windows and Unix configurations. |
You are right. I have one config for both ( except the vhosts) |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
|
Back to top |
|
|
|
|
|
|