我已经正确设置了fastcgi
,并从中解散了它module.conf
,
[root@xlh lighttpd]# service lighttpd status Redirecting to
/bin/systemctl status lighttpd.service lighttpd.service - Lightning
Fast Webserver With Light System Requirements Loaded: loaded
(/lib/systemd/system/lighttpd.service; disabled) Active: failed
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
(code=exited, status=255) CGroup:
name=systemd:/system/lighttpd.service
[root@xlh lighttpd]# php-cgi -v PHP: syntax error, unexpected '&' in
/etc/php.ini on line 113 PHP 5.3.18 (cgi-fcgi) (built: Oct 18 2012
07:07:56) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0,
Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.1.4, Copyright (c) 2002-2012, by Derick Rethans
当我去的时候localhost/index.php
它抛出一个403 错误。知道为什么吗?
答案1
您可能需要设置所提供服务的文件的权限,以便服务器可以读取。
这会将权限设置为所有者可编辑,并且所有人都可读:“chmod 644 index.php”