Hi, I configured Apache with AJP as follows
<Location / > ProxyPass ajp://hostname:8082/ timeout=1200 ProxyPassReverse ajp://hostname:8082/ </Location> and everything works fine. I then tried to do everything over HTTPS but I get following error Jun 28, 2012 10:38:21 AM winstone.Logger logInternal SEVERE: Error within request handler thread java.io.EOFException at java.io.DataInputStream.readFully(DataInputStream.java:197) at java.io.DataInputStream.readFully(DataInputStream.java:169) at winstone.ajp13.Ajp13IncomingPacket.readString(Ajp13IncomingPacket.java:237) at winstone.ajp13.Ajp13IncomingPacket.readString(Ajp13IncomingPacket.java:224) at winstone.ajp13.Ajp13IncomingPacket.parsePacket(Ajp13IncomingPacket.java:161) at winstone.ajp13.Ajp13Listener.allocateRequestResponse(Ajp13Listener.java:184) at winstone.RequestHandlerThread.run(RequestHandlerThread.java:67) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:679) Any hints?