![]() |
[solved] FileEtag in LSWS 4.2.2
Just checked the release log and saw an update with this new feature:
Does this mean we can now disable the Etags from the headers? If yes, how can we disable it? |
in addition to apache's way
http://httpd.apache.org/docs/2.2/mod/core.html#fileetag can set it at server level in GUI: lsws admin console->Server->Tuning->File ETag |
Tried setting it at server level: lsws admin console->Server->Tuning->File ETag
Already unchecked the 3 boxes and is still showing ETag. Did I miss anything else? |
the server's setting can be overwritten by settings in .htaccess
any setting in .htaccess ? to be sure, in your .htaccess, you can put for example <Files "*.jpg"> FileETag None </Files> to remove etag. |
Thanks, working now after adding FileETag None in htaccess.
|
| All times are GMT -7. The time now is 09:46 PM. |