Project

General

Profile

Actions

Bug #1126

closed

lighttpd 1.5.0 mod_proxy_core Segmentation fault

Added by snailfly almost 17 years ago. Updated almost 17 years ago.

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

Description

mod_proxy_core Segmentation fault in follow config:


#20070127
server.modules = (
        "mod_proxy_core",
        "mod_proxy_backend_http",
)
server.port                = 80

proxy-core.balancer = "sqf" 
proxy-core.protocol = "http" 
$HTTP["host"] == "www.google.com" {
                proxy-core.backends  = (
                        "www.google.com",
                )
}
###############

and if we put proxy-core config into $HTTPhost:


$HTTP["host"] == "www.google.com" {
                proxy-core.balancer = "sqf" 
                proxy-core.protocol = "http" 
                proxy-core.backends  = (
                        "www.google.com",
                )
}

proxy work.


Files

lighttpd-1.5.0-svn-r1782.log (26.4 KB) lighttpd-1.5.0-svn-r1782.log strace file snailfly, 2007-04-17 15:02
gdb-lighttpd-1.5.0-svn-r1782.log (2.36 KB) gdb-lighttpd-1.5.0-svn-r1782.log gdb log snailfly, 2007-04-17 15:04
lighttpd-1.5.0-svn-r1782.ligcc.conf (3.03 KB) lighttpd-1.5.0-svn-r1782.ligcc.conf full config file snailfly, 2007-04-17 15:07
Actions #1

Updated by jan almost 17 years ago

  • Status changed from New to Assigned
Actions #2

Updated by jan almost 17 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to fixed

fixed in r1784

Actions

Also available in: Atom