Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 25517

Too many "Detected version update refreshing the page" when proxying with Apache

$
0
0

Try add

RequestHeader unset If-Modified-Since
RequestHeader unset If-None-Match

to your config file.(in VirtualHost)

since apache compares If-Modified-Since date, and return http 304 without X-Version-ID header if If-Modified-Since date is not too old, you will get "Detected version update refreshing the page" until apache returns http 200.

it would be better if static requests are cached, and only api requests are not cached, but I'm not sure how to do that.(I'll modify this answer if I find better answer)

and, sorry about my bad english :slightly_smiling:


Viewing all articles
Browse latest Browse all 25517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>