Skip to content

Instantly share code, notes, and snippets.

@ozeias
Created January 15, 2009 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozeias/47392 to your computer and use it in GitHub Desktop.
Save ozeias/47392 to your computer and use it in GitHub Desktop.
Install PHP CGI by apt-get
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