大规模Linux集群架构最佳实践:如何管理上千台服务器pdf下载
使用yum安装lnmp,nginx,php,mysql。这里给大家一个简单安装lnmp的方法,对于初学者来说,可以快速高效搭建一个lnmp开发环境。
目录
Nginx + MySQL + PHP安装文档
一、Install
二、Configure
1、修改nginx配置文件nginx.conf
三、Testing
1、检查php可用,建立hello.php
2、检查可连接mysql,建立test_mysql.php
3、输入网址ip/hello.php 和ip/test_mysql.php
四、Error solution
1、libprotobuf-lite.so.6 : cannot found
2、libJudy.so.1 : cannot found
3、Requires: GeoIP Requires: libGeoIP.so.1()(64bit)
环境 –> CentOS6.2 : Nginx + MySQL + PHP
‘◆’代表命令行执行
一、Install
二、Configure
1、修改nginx配置文件nginx.conf
◆vi /etc/nginx/nginx.conf
找到此处:这样改写
三、Testing
1、检查php可用,建立hello.php
◆vi /usr/share/nginx/html/hello.php
谷谷点程序 » yum安装nginx+mysql+php