Basic Slicehost Slice Setup Part 4 - Install nginx Web Server
Trackback or
Categories: WordPress, VPS, Blog, DIY, System Administration, LinuxPosted on Saturday, February 21, 2009 by Tim Fehlman
This is part four of our series on configuring a Slicehost slice. Today’s step is short and sweet.
Step Four – Install nginx Web Server
sudo aptitude -y install nginx
Start the nginx daemon
sudo /etc/init.d/nginx start
Part 5
Tomorrow, we install MySQL.
Basic Slicehost Slice Setup Series List:
- Part 1 - Updating Ubuntu
- Part 2 - Configure iptables
- Part 3 - Install and Configure OpenSSH
- Part 4 - Install nginx Web Server
- Part 5 - Installing MySQL
- Part 6 - Installing PHP5 with fastcgi
- Part 7 - Create the Virtual Host Website
- Part 8 - Install WordPress via Subversion

One Response to “Basic Slicehost Slice Setup Part 4 - Install nginx Web Server”
-
Bill Krueger Says:
April 24th, 2009 at 6:12 pmIO was going to go this same route except I was going to use Apache. I was just wondering what your thought were on using nginx v.s. Apache? Is this even a valid comparison?

