Ticket #1590 (closed defect: worksforme)
External spawned fastcgi processes do not work, file returned instead
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.20 |
| Component: | mod_fastcgi | Version: | 1.4.19 |
| Severity: | blocker | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

