An error occurred fetching the project authors.
- 18 May, 2017 1 commit
-
-
Rafael Monnerat authored
Allow http2 protocol be enable or disable by default Allow set certain configurations for MPM to control the number of process and threads.
-
- 03 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 22 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
Introduce NGINX on the same partition of apache to handle websocket\ and eventsource types. The NGINX will run on another port and it would require a second ip at the machine for enable it. This configuration is a working version with fully https support, but some additional adjustments might be required.
-
- 25 Oct, 2016 1 commit
-
-
Rafael Monnerat authored
Use 2 different ports on apache for cached slaves, to differ http and https accesses. Introduce the parameter https-url (with fallback to url) to include specific https urls, if they are different from url. Include /HTTPS/ mapping to traffic server to differ the backends based on the input.
-
- 24 Jun, 2016 9 commits
-
-
Jérome Perrin authored
From Cédric message When a client do a request, you pass the Accept-Encoding header. For me it is: ``` Accept-Encoding:gzip, deflate, sdch, br ``` But in a lot of case the cache configuration has `Vary:Accept-Encoding` . `Accept-Encoding` request header may vary a lot from a client to another but one of the common denominator is `gzip`. So in order to avoid a multiplication of cache versions in CDN, if `gzip` is present in the `Accept-Encoding` request header all other format are stripped from the request in order to reduce variation in Trafficserver. When this parameter is activated: ``` Accept-Encoding:gzip, deflate, sdch, br ``` is transmitted as ``` Accept-Encoding:gzip ``` And ``` Accept-Encoding:deflate, sdch, br ``` is transmitted as ``` Accept-Encoding:deflate, sdch, br ```
-
Jérome Perrin authored
Quoting Romain: > As you can see at https://lab.nexedi.com/nexedi/erp5/blob/master/bt5/erp5_web/ToolTemplateItem/caching_policy_manager.xml > , caching policy manager often set Cookie in the Vary header. > For the CDN, it means that each query on the same URL but with a > different cookie will never be a HIT, and so, query will always access > ERP5 backend.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Some people might be confused and think it is paths
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 27 May, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 12 May, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 24 Jun, 2015 1 commit
-
-
Cédric Le Ninivin authored
apache-frontend: Slave with cache now have dedicated virtualhost, add checkProxyCertificate, Strip Via header option
-
- 19 May, 2015 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Added: server-alias disable-no-cache-request prefer-gzip-encoding-to-backend disabled-cookie-list
-
- 30 Oct, 2014 1 commit
-
-
Cédric de Saint Martin authored
-
- 15 Sep, 2014 1 commit
-
-
Cédric Le Ninivin authored
-
- 21 Jul, 2014 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-