Bug #1590
closedExternal spawned fastcgi processes do not work, file returned instead
Description
Lighttpd refuses to work external spawned fastcgi processes
For example
fastcgi.server = ( "/blog" => ( "localhost" => (
"socket" => "/tmp/cppblog.socket"
)))
I have an empty file at document root called blog. There is another
external spawned FastCGi application that is accessed by socket on this url "/blog"
In 1.4.18 this works well. in 1.4.19 it returns file "blog" instead of
connecting to fastcgi process. Without this file 404 returned on both versions.
So there is no way to use fastcgi process as it was possible in 1.4.18
Please consider it as high priority problem
Artyom
Updated by Anonymous over 16 years ago
i have trouble with fastcgi to=( in 1.4.18 it work fine, in 1.4.19 return scipt as text=\
Updated by stbuehler over 16 years ago
please attach your complete config (lighttpd -p). of course a small config which reproduces the problem is ok.
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Also available in: Atom