0 Replies Latest reply on Apr 7, 2007 4:41 PM by ngeadah

    Multipart post hangs on Apache with mod_jk and mod_ssl

      I have configured Apache2 with mod_jk to connect to tomcat using AJP13. Everything works great if I don't turn on SSL. After enabling SSL (using the mod_ssl module), multipart requests (file uploads) don't seem to make it past mod_jk. Has anyone else come across this problem? The last line in my log file for mod_jk reads as follows when posting a multipart file:

      [Sat Apr 07 16:33:10 2007] [5392:0652] [debug] jk_ajp_common.c (1287): request body to send 782225 - request body to resend 0

      And it seems that mod_jk just hangs there...