Hi,
I have a communication problem between Apache and Tomcat with mod_proxy_ajp.
The Apache version is 2.2.15.
The problem occurred only with Tomcat 7 ( the same problem occurred with various version 7.0.x ), while it works with Tomcat 6.
The configuration of mod_proxy_ajp is

ProxyPass / share ajp :/ / 127.0.0.1:8009 / share
ProxyPassReverse / share ajp :/ / 127.0.0.1:8009 / share

The error is 400:
" GET / share / HTTP/1.1 " 400

In tomcat logs there are no problems/error .
Recalling the application directly on the HTTP port of the tomcat ( 8080 ) everything works.
So it seems a problem with mod_proxy_ajp .
Increasing the level of the logs I see :
[ Wed March 05 15:07:19 2014 ] [ debug] mod_proxy_ajp.c (269) : proxy : APR_BUCKET_IS_EOS [ Wed March 05 15:07:19 2014 ] [ debug] mod_proxy_ajp.c (274) : proxy : data to read (max 8186 at 4) [ Wed March 05 15:07:19 2014 ] [ debug] mod_proxy_ajp.c (289) : proxy : got 0 bytes of data [ Wed March 05 15:07:19 2014 ] [ debug] ajp_header.c (687) : ajp_read_header : 04 ajp_ilink_received [ Wed March 05 15:07:19 2014 ] [ debug] ajp_header.c (697 ) : ajp_parse_type : got 04 [ Wed March 05 15:07:19 2014 ] [ debug] ajp_header.c (516) : ajp_unmarshal_response : status = 400

What is the matter?
Teresa

--
----------------------------------
L'educazione รจ il pane dell'anima
----------------------------------

Teresa Fasano

CINECA
System and Technologies Department
Middleware and Infrastructure Group
Via Magnanelli, 6/3
Casalecchio di Reno (Bologna) ITALY

web:     http://www.cineca.it
e-mail:  t.fas...@cineca.it
phone:   +39 051 61 71 364


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to