Shammer's Philosophy

My private adversaria

2013-11-09から1日間の記事一覧

Install PHP5

I got a new VM yesterday, so I tried to install apache2 and php5. It is very easy. apt-get install apache2 apt-get install php5 configure php5 restart apache2 php test Install apache2 and php5 This is very simple. Exec following commands. …