Ticket #435 (new defect)

Opened 3 years ago

Last modified 6 months ago

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

Reported by: anonymous Assigned to: jan
Priority: normal Milestone:
Component: core Version:
Severity: normal Keywords:
Cc: Blocking:
Need Feedback:

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)

Attachments

Change History

01/04/2006 10:22:17 PM changed by Elan Ruusamäe <glen@delfi.ee>

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?

09/17/2006 02:55:34 PM changed by anonymous

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" )


Add/Change #435 (lighttpd-1.4.8 error.log shows (connections.c.757) missing cleanup in cgi)




Change Properties