Problem with mod_headers

#1
I am just testing out litspeed to see if it would be benificial for me to migrate to. i am having an issue with mod headers though.

Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"

Does not seem to work in my .htaccess file. and yes i do have .htaccess enabled.

any ideas?
 
#3
thanks for that idea.

checked and it is on. looks like the headers are being set to. still receiving an error on my device though.

comparing the header data the only difference between apache2 and litespeed is:
Content-Range: bytes 0-10120/10121

apache2 has content-range set, but not litespeed.

any ideas on that?
 

mistwang

LiteSpeed Staff
#4
Is this a range request? Apache return 206 status code?
Looks like it gets the whole file, LiteSpeed will not return "Content-Range" if whole file was returned.
 
Top