Re: Apache 2.0.54/Tomcat 5.5 connector: SSL configuration and performance

2006-11-29 Thread Gregor Schneider
Hi Ian, couple of things for you to know: if you want to change the headers served by Tomcat from default behaviour, you'll have to change them yourself, meaning write your own filter. below is a Filter-Example which we've used to add an Expires-Header. It adds the current month + one month,

Re: Apache 2.0.54/Tomcat 5.5 connector: SSL configuration and performance

2006-11-29 Thread Ian H
Hi Gregor, First, thank you VERY much for taking the time to respond! On 11/29/06, Gregor Schneider [EMAIL PROTECTED] wrote: below is a Filter-Example which we've used to add an Expires-Header. It adds the current month + one month, so that the content should be cached in any way: I'll

Apache 2.0.54/Tomcat 5.5 connector: SSL configuration and performance

2006-11-28 Thread Ian H
Hello all, Thank you for taking a moment to read this...I'm up to my eyeballs in content from google search results. I'm learning as quickly as I can, but could use a hand straightening a few things out. I have Apache and Tomcat running on the same W2K server, and am trying to troubleshoot and