Monday, September 16, 2013

Setting UP Apache2, MySQL and PHP5 machine on Google Compute Engine

In my case, i am using f1-micro Debian instance.  

First download gcutil

then use this link to install the servers.
https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian

then create a rule in firewall using gcutil
gcutil addfirewall http2 --description="Incoming http allowed." --allowed="tcp:http"
https://developers.google.com/compute/docs/quickstart

I hope it helped. Feel free to comment...

Friday, September 13, 2013

Apache Bechmarking (ab)

I am using Ubuntu 12.04. First, install ab
sudo apt-get install apache2-utils



I hope it helped. Feel free to comment...