You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## php-cgi-spawner
2
2
3
-
It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your nginx server with fastcgi.
3
+
It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your web server with fastcgi.
4
4
5
5
- It spawns as many php-cgi on a port as you need.
6
6
- It automatically restarts them if they crashed.
@@ -11,4 +11,4 @@ Run [make.bat](src/make.bat) in a Visual Studio environment.
11
11
12
12
## Example
13
13
14
-
The [example](example) directory contains [php-cgi-spawner.exe](example/php-cgi-spawner.exe) (x86 application compiled in "Visual Studio 2008 Command Prompt" to successfully run on Windows XP or higher) and scripts to [run](example/_php-cgi-nginx-restart.bat) and [stop](example/_php-cgi-nginx-stop.bat) your web server.
14
+
The [example](example) directory contains [php-cgi-spawner.exe](example/php-cgi-spawner.exe) (precompiled in "Visual Studio 2008 Command Prompt" x86 application to successfully run on Windows XP or higher) and scripts to [run](example/_php-cgi-nginx-restart.bat) and [stop](example/_php-cgi-nginx-stop.bat) your web server.
0 commit comments