UBUNTU配置网站服务器

这里使用的系统版本是ubuntu(16.04.1LTS),接下来要安装apache,php,mysql,和phpmyadmin

0.安装前先aptupgrade系统

1.安装apache(2.4.18)

aptinstallapache2

2.安装php(7.0.8)

aptinstallphp

3.配置apache+php

aptinstalllibapache2-mod-php

/etc/init.d/apache2restart

在/var/


转载请注明:http://www.aierlanlan.com/grrz/3291.html