Skip to content

deemru/php-cgi-spawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

php-cgi-spawner

It is the smallest (less than 4kb) and the easiest way to spawn a multiple php-cgi proccesses in Windows for your nginx server with fastcgi.

  • It spawns as many php-cgi on a port as you need.
  • It automatically restarts them if they crashed.

Build

Run make.bat in a Visual Studio environment.

Example

The example directory contains php-cgi-spawner.exe (compiled in Visual Studio 2008 to successfully run on Windows XP) and scripts to run and stop your web server.