From 8a229274c9eb4a8c7c439fbcd9b2bf1d5f1115a6 Mon Sep 17 00:00:00 2001 From: Biju Punalor Date: Mon, 14 Jun 2010 15:02:51 +0530 Subject: spawn-fcgi is used to spawn FastCGI processes. useful with nginx. Signed-off-by: Adam Vandenberg --- Library/Formula/spawn-fcgi.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/spawn-fcgi.rb (limited to 'Library/Formula') diff --git a/Library/Formula/spawn-fcgi.rb b/Library/Formula/spawn-fcgi.rb new file mode 100644 index 000000000..1e825ce9f --- /dev/null +++ b/Library/Formula/spawn-fcgi.rb @@ -0,0 +1,12 @@ +require 'formula' + +class SpawnFcgi