Today : I would like to share how you setup a fast Webs Server with MYSQL .
In this tutorial you don’t really need any control panel and waste your money, like Cpanel or this and that, I am not discouraging any one but I cant stand them.
We are setting up the following
NGINX
Google Page Speed
Percona *MYSQL Database
Memcahed
PHPmyadmin
No Apache so NO MORE .htaccess file…
In my environment, I have a 15GB Server with 200GB SSD RAID 10
Oh yea, before I forget I have a Ubuntu 12.04 Precise.
Assuming you are a ROOT user.
apt-get update
apt-get install memcached php5-cli php5-fpm php5-mysql php5-curl php5-gd php5-imagick php5-mcrypt php5-memcached php5-imap
Simply and easy and you are done.
Now let’s create a user and public_html
adduser sohaib
Go to
cd /home/sohaib/
Create public_html or whatever you wanted to call your HOME directory, regarding setting up nginx configuration How to Nginx Google Pagespeed