Does Litespeed honor the FileEtag apache directive?
http://httpd.apache.org/docs/2.0/mod/core.html#fileetag
I am trying to figure out a way to make sure all of our backend servers report the same Etag for a given file without dynamically generating the Etags via a php script.
I tried putting the following directive in an .htaccess file as well as in the server configuration, but neither seemed to work:
FileETag Mtime Size
http://httpd.apache.org/docs/2.0/mod/core.html#fileetag
I am trying to figure out a way to make sure all of our backend servers report the same Etag for a given file without dynamically generating the Etags via a php script.
I tried putting the following directive in an .htaccess file as well as in the server configuration, but neither seemed to work:
FileETag Mtime Size