Our caching proxy servers require the vary: accept-encoding header for every response wether or not a compressed page is requested. Adding "Vary: Accept-Encoding" to the extra headers configuration section of litespeed adds the vary header twice to the response if the response is compressed. It should append the value of the header if the response already contains the vary header. Our caching proxy servers only pay attention to the first vary header they see in the response and ignore the second.
Is there a way to turn on vary headers even if the content is not compressed so our caching proxy can properly cache the responses?
Thanks,
--Jeff
Is there a way to turn on vary headers even if the content is not compressed so our caching proxy can properly cache the responses?
Thanks,
--Jeff