Skip to content

Instantly share code, notes, and snippets.

@osantana
Created May 27, 2011 22:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osantana/996287 to your computer and use it in GitHub Desktop.
Save osantana/996287 to your computer and use it in GitHub Desktop.
PHP FastCGI Upstart Configuration
We couldn’t find any files to show.
@domdorn
Copy link

domdorn commented Nov 27, 2011

php-fastcgi.conf #

line #11 should be
test -x /usr/bin/php5-cgi || { stop; exit 0; }

@astjohn
Copy link

astjohn commented Jun 20, 2012

Thanks for this! Worked like a charm.

@rxaviers
Copy link

👍 great job.

@shantanubhadoria
Copy link

Just a question, how do you get /usr/bin/php-fastcgi ? Is it included in a package or you write it yourself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment