Created
January 15, 2009 12:37
-
-
Save ozeias/47392 to your computer and use it in GitHub Desktop.
Install PHP CGI by apt-get
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
railsbox.org:~ ozeias$ sudo apt-get install php5-cgi php5-mysql | |
railsbox.org:~ ozeias$ sudo apt-get install lighttpd | |
railsbox.org:~ ozeias$ sudo /etc/init.d/lighttpd stop | |
railsbox.org:~ ozeias$ sudo rm /etc/init.d/lighttpd | |
railsbox.org:~ ozeias$ sudo update-rc.d lighttpd remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment