From cc6184d36bcff7be9f54427e6caa7839e74e3ffd Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 21 Jul 2020 16:04:11 -0500 Subject: Update the ligghttpd.conf file from 1.4.51 --- recipes-extended/lighttpd/lighttpd/lighttpd.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-extended') 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" => # ( -- cgit v1.2.3