PHP fastcgi 在 Lighttpd 服务器上返回 403
我这几天一直在为这个问题苦恼。我在我的服务器上设置了 lighty,它可以很好地提供静态文件,但在 php 文件上总是给我 403 错误。
我已经浏览了我能找到的关于该主题的所有教程、维基和论坛,但没有任何帮助。
我已经 chown lighttpd:lighttpd php 文件并 chmod 为 644 和 755。我真的需要一些帮助。
这是我的 *.conf 文件的链接:
http://174.122.151.65/lighttpd/
顺便说一句,我正在 centOS 机器上运行。
谢谢。
I've been agonizing over this issue for the past day now. I've setup lighty on my server and it serves static files fine but keeps giving me 403 on php files.
I've gone through every tutorial, wiki and forum that I can find on the subject and nothing helped.
I've chown lighttpd:lighttpd the php files and chmod to 644 and 755. I really need some help here.
Here is a link to my *.conf files:
http://174.122.151.65/lighttpd/
BTW, I'm running on a centOS box.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来您缺少 lighttpd.conf 文件的 fastcgi.server 部分
It looks like you are missing the fastcgi.server section of your lighttpd.conf file
如果这不起作用,请尝试:
为我工作。
If that doesn't work, try:
Worked for me.