https://issues.apache.org/bugzilla/show_bug.cgi?id=43504


Jeff Turner <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|NEEDINFO                    |ASSIGNED




--- Comment #2 from Jeff Turner <[EMAIL PROTECTED]>  2008-03-14 06:25:13 PST ---
With 2.2.8 and this configuration:

<VirtualHost *:80>
  ..
  RewriteEngine on
  RewriteRule ^/jira_testing(.*) ajp://localhost:20009/jira_testing$1 [P]
  ..
</VirtualHost>

<Proxy ajp://localhost:20009/jira_testing>
   ProxySet ping=1
</Proxy>

I got the same error:

[Fri Mar 14 06:16:25 2008] [error] ajp_msg_append_uint8():
BufferOverflowException 4 4
[Fri Mar 14 06:16:25 2008] [error] ajp_handle_cping_cpong:
ajp_marshal_into_msgb failed
[Fri Mar 14 06:16:25 2008] [error] (120001)APR does not understand this error
code: proxy: AJP: cping/cpong failed to (null) (localhost)


RĂ¼diger's patch fixes it for me.


-- 
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]

Reply via email to