月度归档:2016年03月

Ubuntu14上用apt-get配置Apache+PHP+MySQL

首先,更新系统软件包列表 apt-get update 步骤一,安装apache apt-get install apache2 安装完成。 运行如下命令重启下: /etc/init.d/apache2 restart service apache2 restart 在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了It works!,那就说明Apache就成功的安装了,Apache的默认安装,会在/v

apt-get方式安装nginx后,重新编译增加fancyindex模块

为保险起见下载和apt-get安装的一样的版本 一、查看nginx版本 nginx -v nginx: nginx version: nginx/1.2.1 二、查看apt-get安装的编译参数 nginx -V --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastc

Ubuntu14上用apt-get配置Nginx+PHP5+PHP-FPM+MySQL5

安装nginx的方式有多种,可以通过官方下载nginx源码包编译安装,也可以通过ubuntu软件包的形式安装,个人觉得都可以。大致考虑如下几点因素: 1)如果本身系统就是通过源码编译安装的,那么系统的性能将是比较高的,那么这种情况,通过源码来安装软件,性能是比较好的。而如果系统采用的是ubuntu等发行版安装的,那么软件