2.百胜安装nginx
3.添加到启动项,启动nginx。
安装php
1.安装php和相关模块
2.编辑php.ini文件,并在文件末尾添加cgi.fix_pathinfo=1。
3.执行以下命令启动php fastcgi守护进程,并以用户组nginx和用户nginx的身份运行它。
4.设置引导以启动fastcgi。
编辑文件vi /etc/rc.local并添加以下代码:
修改nginx配置文件并添加fastcgi支持。
1.修改nginx.conf文件。
配置文件部分代码:
[.]
服务器{
听80;
server _ name _
# charset koi 8-r;
# access _ log logs/host . access . log main;
位置/{
root/usr/share/nginx/html;
索引index.php index.html index.htm;
}
error _ page 404/404 . html;
location=/404.html {
root/usr/share/nginx/html;