Bug #942
mod_proxy_backend_ajp13 segfaults on request
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_proxy | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
using r1477 and slim conf (using docs/lighttpd.conf and enabled mod_proxy_ajp13 plus backend)
my backend conf looks like this:
$HTTP["url"] == "/" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "ajp13"
proxy-core.backends = ( "localhost:8009" )
proxy-core.max-pool-size = 16
}
Tomcat 5.5.20 as backend, valgrind output attached.
-- Lfe