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.
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
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
>
> 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