Project

General

Profile

Actions

Bug #1590

closed

External spawned fastcgi processes do not work, file returned instead

Added by Anonymous about 16 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
High
Category:
mod_fastcgi
Target version:
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by Anonymous about 16 years ago

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

Actions #2

Updated by stbuehler about 16 years ago

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

Actions #3

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme
Actions #4

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom