Project

General

Profile

Actions

Bug #435

closed

lighttpd-1.4.8 error.log shows (connections.c.757) missing cleanup in cgi

Added by Anonymous over 19 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

The following shows up repeatedly in error.log when I'm using Trac with Lighttpd:

  • (connections.c.757) missing cleanup in cgi

Not sure if this is related but images sometimes do not show up.

Setup:
  • Debian 3.1
  • Lighttpd-1.4.8
  • Trac-0.9.2
  • using cgi (not fastcgi)
Actions #1

Updated by Anonymous over 19 years ago

same happens here, with such config:


cgi.assign = (
    "cgi" => "" 
)

alias.url = (
    "/cgi-bin/cvsweb.cgi" => "/usr/share/cvsweb/cvsweb.cgi",
    "/cvsweb/css/" => "/usr/share/cvsweb/css/",
    "/cvsweb/enscript/" => "/usr/share/cvsweb/enscript/",
    "/cvsweb/icons/" => "/usr/share/cvsweb/icons/",
)

url.rewrite-once = (
    "^/cgi-bin/cvsweb.cgi" => "$0",
    "^/cvsweb/.*" => "$0",
    "^(.*)$" => "/cgi-bin/cvsweb.cgi/$1" 
)

and 500 page to user. could it be due the rewrite and that making cgi as subrequest?

-- Elan Ruusamäe <glen

Actions #2

Updated by Anonymous over 18 years ago

cgi.assign = ( "cgi" => "" ) alias.url = ( "/cgi-bin/cvsweb.cgi" => "/usr/share/cvsweb/cvsweb.cgi", "/cvsweb/css/" => "/usr/share/cvsweb/css/", "/cvsweb/enscript/" => "/usr/share/cvsweb/enscript/", "/cvsweb/icons/" => "/usr/share/cvsweb/icons/", ) url.rewrite-once = ( "^/cgi-bin/cvsweb.cgi" => "$0", "^/cvsweb/.*" => "$0", "^(.*)$" => "/cgi-bin/cvsweb.cgi/$1" )

Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to duplicate

This happened when more than one module tried to handle a request (cgi,proxy,fastcgi). should be fixed now.

Actions

Also available in: Atom