设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 查看评论
引用 游客 2015-8-27 16:33
fastcgi都没启动,怎么能解析php?
引用 游客 2014-9-4 13:50
: 你少装了一个FastCGI! 很简单!网上很多配置方法的!
确实,是少了FastCGI……我这边也是
引用 游客 2013-7-11 11:53
对于php文件下载的情况(百度得来),修改一下/etc/nginx/sites-available/default配置就可以了
location ~ \.php$ {
                fastcgi_pass 127.0.0.1:9000;
                fastcgi_index index.php;
                include fastcgi_params;
        }

location ~ /\.ht {
                deny all;
        }
引用 游客 2013-3-7 21:25
你少装了一个FastCGI!
很简单!网上很多配置方法的!
引用 游客 2013-3-5 17:26
: 按你说的弄的,localhost/index.php 访问结果确是在下载index.php文件
我的也是,应该是缺少什么内容,nginx和怎么运行php的关联
引用 游客 2013-1-23 02:50
按你说的弄的,localhost/index.php 访问结果确是在下载index.php文件
验证问答 换一个 验证码 换一个

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部