Nginx, PHP-FPM and APC in Ubuntu
June 23, 2011 by admin · Leave a Comment
Here is a good tutorial show you about Nginx, PHP-FPM and APC in Ubuntu:
Launch a ami-68136d3a ami on ec2 – I used a micro instance
Need to login at the ubuntu user
ssh -i /Users/gary/SG2.pem [email protected]
install php
sudo apt-get install php5-cli apache2 php5-mysql libapache2-mod-php5 mysql-server libipc-sharedcache-perl tinyca mailx
sudo /etc/init.d/apache2 restart