Re: [us...@httpd] Re: SSI + content-length headers

2009-10-04 Thread Rajwinder-office Singh
I did some work on this and able to insert content-length header. Now the issue is with last-modified header only. I cannot use xbithack full. I dont have to calculate exact last modified header as my CDN provider is happy with any Dummy last-modifed header having value older then current time.

Re: [us...@httpd] Re: SSI + content-length headers

2009-09-27 Thread Rajwinder-office Singh
On Fri, Sep 25, 2009 at 10:41 AM, Nick Kew wrote: > Rajwinder-office Singh wrote: > >>I have a situation : >> >>1. I have to keep SSI enabled on all *.html pages. >>2. SSI removes content-length + Last-modified headers from *.html >>3. I have to keep these two headers for it to be

Re: [us...@httpd] Re: SSI + content-length headers

2009-09-25 Thread Nick Kew
Rajwinder-office Singh wrote: I have a situation : 1. I have to keep SSI enabled on all *.html pages. 2. SSI removes content-length + Last-modified headers from *.html 3. I have to keep these two headers for it to be cached by my CDN provider. Content-length shouldn't affec

[us...@httpd] Re: SSI + content-length headers

2009-09-24 Thread Rajwinder-office Singh
> > I have a situation : > > 1. I have to keep SSI enabled on all *.html pages. > 2. SSI removes content-length + Last-modified headers from *.html > 3. I have to keep these two headers for it to be cached by my CDN provider. > 4. No fun of using XbiHack cause every other html is having ssi. > > Do