Why is lighttpd and fastcgi keeping sending me the *.scgi file instead of the website content?
- by e-satis
I have the following config:
server.modules = (
"mod_compress",
"mod_access",
"mod_alias",
"mod_rewrite",
"mod_redirect",
"mod_secdownload",
"mod_h264_streaming",
"mod_flv_streaming",
"mod_accesslog",
"mod_auth",
"mod_status",
"mod_expire",
"mod_fastcgi"
)
[...]
fastcgi.server = ( ".php" => ((
…