安装指南 宿主机概述 : ################################# ### Debain 7 ### LNMP: Nginx + PHP +Mysql ### IP : 192.168.11.97 ################################ 创建数据库 create database walle grant all privileges on ...
默认Debain7 安装的是 php5.4 , 版本相对有点低了 ; deb http://debian.mirrors.ovh.net/debian/ wheezy main deb-src http://debian.mirrors.ovh.net/debian/ wheezy main deb http://packages.dotdeb.org wheezy all deb-src htt...
Debain 8 阿里源 deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib deb http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib deb-src http://mirrors.aliyun.com/de...
Debain 编译安装 Nginx 和 CentOS 下编译 Nginx 没什么差别 , 重点在于与之依赖的包 名称在两个系统中不同 已下述 参数为例 : root@zhongzuzhu:/usr/local/src/nginx-1.8.0# ./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_gzi...
apt-get install nginx 就可以安装nginx,但是这样安装的nginx版本都有些旧,就连最新的Debian 8.0 默认安装的仍然是1.6.2,更别说 Debian 7.0或6.0,那默认安装都是Nginx旧版本的 若想要安装最新的,目前为1.10,除了较麻烦的编译安装外,还可以继续选择包安装,只需要简单更新一下库。 编辑 /etc/apt/sources.list ,添加以下...