diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/lighttpd/lighttpd/lighttpd.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/lighttpd/lighttpd/lighttpd.conf b/recipes-extended/lighttpd/lighttpd/lighttpd.conf index 7fde9ca..b064809 100644 --- a/recipes-extended/lighttpd/lighttpd/lighttpd.conf +++ b/recipes-extended/lighttpd/lighttpd/lighttpd.conf @@ -115,6 +115,10 @@ mimetype.assign = ( #### accesslog module accesslog.filename = "/var/log/lighttpd.access.log" +debug.log-request-handling = "enable" + + + ## deny access the file-extensions # @@ -207,6 +211,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) #### fastcgi module ## read fastcgi.txt for more info ## php-fpm is now the preferred method of doing fast cgi with php. +## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini #fastcgi.server = ( ".php" => # ( "localhost" => # ( |