Skip to content

Instantly share code, notes, and snippets.

@kejyun
Created November 29, 2012 14:35
Show Gist options
  • Save kejyun/4169473 to your computer and use it in GitHub Desktop.
Save kejyun/4169473 to your computer and use it in GitHub Desktop.
Executable php-fcgi
$ chmod +x /etc/init.d/php-fcgi
# start the fast cgi
$ /etc/init.d/php-fcgi start
# stop the fast cgi
$ /etc/init.d/php-fcgi stop
# restart fast cgi
$ /etc/init.d/php-fcgi restart
$ update-rc.d php-fcgi defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment