Created
November 29, 2012 14:35
-
-
Save kejyun/4169473 to your computer and use it in GitHub Desktop.
Executable php-fcgi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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