mod_rewrite RewriteCond based on Last-modified? (.htaccess)

后端 未结 3 1533
暖寄归人
暖寄归人 2021-02-06 10:38

I know that we can easily base a RewriteCond on any http request header. But can we check (some of) the response headers that are going to be s

3条回答
  •  难免孤独
    2021-02-06 11:28

    Have you considered using mod_proxy, mod_cache, and/or squid? It sounds like you're trying to roll your own caching...

提交回复
热议问题