Ticket #1590 (closed defect: worksforme)

Opened 6 months ago

Last modified 5 months ago

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

Changed 6 months ago by anonymous

i have trouble with fastcgi to=( in 1.4.18 it work fine, in 1.4.19 return scipt as text=\

Changed 5 months ago by stbuehler

please attach your complete config (lighttpd -p). of course a small config which reproduces the problem is ok.

Changed 5 months ago by stbuehler

  • status changed from new to closed
  • resolution set to worksforme

Add/Change #1590 (External spawned fastcgi processes do not work, file returned instead)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.