Skip to main content
Participant
January 24, 2011
質問

HTTP Cache control / GZIP compression

  • January 24, 2011
  • 返信数 1.
  • 850 ビュー

Hi,

is it possible to add / enable cache control / compression in Connect Pro (7 or 8)? If so, how?

I suspect we'll have to tweak the underlying http server for it but I'd like to know if this is documented somewhere and if it's supported. Especially, we'd like to

- add / configure Cache-Control http headers

- add / configure Expires http headers
- activate GZIP/Deflate compression

If this isn't something Connect offers out of the box, any recommendations for proxy servers to put in front of Connect and things to watch out for?

Thanks,

Dirk.

    このトピックへの返信は締め切られました。

    返信数 1

    Participating Frequently
    February 6, 2011

    That would not be included with Connect.  You would have to handle that completely outside Connect using a proxy server.

    dirk_eismann作成者
    Participant
    February 7, 2011

    Thanks. We solved it by adding a custom Servlet Filter to the web.xml.

    Dirk.