Bug #942

mod_proxy_backend_ajp13 segfaults on request

Added by Anonymous 717 days ago. Updated 517 days ago.

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

valgrind.txt - Valgrind output -- Lfe (4.7 KB) Anonymous, 12/19/2006 09:19 AM

History

12/20/2006 05:12 AM - jakabosky

fixed in revision 1480

12/20/2006 07:58 AM - Anonymous

Confirmed - works now

-- Lfe

12/20/2006 08:04 AM - jan

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

fixed in revision r1480

Also available in: Atom PDF