Bug #2392
closedfastcgi.map-extensions doesn't work
Description
On 1.4.28 the follow line works as expected:
fastcgi.map-extensions = ( ".html" => ".php" )
On 1.4.30 it doesn't work.
When I try to visit a html page I get the message:
"Access denied."
Config files on both 1.4.28 and 1.4.30 are the same.
Updated by CyberCr33p about 13 years ago
Looks like it was an issue with PHP and not Lighttpd:
Updated by stbuehler about 13 years ago
- Status changed from New to Invalid
- Target version deleted (
1.4.31)
Updated by oio about 13 years ago
Try remove "text/html"
from
compress.filetype = ("text/html", "application/x-javascript", "text/css")
and fastcgi.map-extensions = ( ".html" => ".php" ) will work.
everything in compress.filetype lighty decides as static.
Updated by stbuehler almost 13 years ago
oio wrote:
Try remove "text/html"
from
compress.filetype = ("text/html", "application/x-javascript", "text/css")
and fastcgi.map-extensions = ( ".html" => ".php" ) will work.
everything in compress.filetype lighty decides as static.
- Read what have been written: the problem was already solved
- if you load mod_compress before mod_fastcgi, it will trigger before fastcgi (unless check-local=>disable is set, which is a different trigger)
Also available in: Atom