diff options
author | John Klug <john.klug@multitech.com> | 2020-07-21 16:04:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-07-21 16:04:11 -0500 |
commit | cc6184d36bcff7be9f54427e6caa7839e74e3ffd (patch) | |
tree | 2ce1d47196abbd887eb7d4336ef87a6da3eecec1 /recipes-extended | |
parent | cf0706e9609521074231a56c9d30e18b0fd4d45a (diff) | |
download | meta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.tar.gz meta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.tar.bz2 meta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.zip |
Update the ligghttpd.conf file from 1.4.51
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" => # ( |