https://issues.apache.org/bugzilla/show_bug.cgi?id=44350
Larry Cynkin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|RESOLVED |REOPENED Resolution|INVALID | Version|2.2.8 |2.2.11 --- Comment #7 from Larry Cynkin <[email protected]> 2009-02-02 11:54:25 PST --- I tested the following scenarios with 2.2.11: Scenario A: ProxyPass / ajp://localhost:8009/a ProxyPass /b ajp://localhost:8009/b ProxyPass /c ajp://localhost:8009/c Scenario B: ProxyPass / ajp://localhost:8009/ ProxyPass /b ajp://localhost:8009/b ProxyPass /c ajp://localhost:8009/c Scenario C: ProxyPass / ajp://localhost:8009/a ProxyPass /b ajp://localhost:8009/a/b ProxyPass /c ajp://localhost:8009/a/c Scenario A generates no warnings, but Scenario B and C generate two "worker xxx already used by another worker" warnings. Removing the trailing slash from the first ProxyPass directive in Scenario B does not change the result. Reopening after consultation with Rahul. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
