An error occurred fetching the project authors.
  1. 05 Aug, 2020 1 commit
  2. 16 Jun, 2020 6 commits
  3. 30 Aug, 2019 1 commit
  4. 28 Aug, 2019 1 commit
  5. 26 Jul, 2019 1 commit
  6. 08 Jan, 2019 1 commit
    • Jérome Perrin's avatar
      component/apache: increase Timeout for direct access case · fce3c74a
      Jérome Perrin authored
      In "direct zope access" ports, the shared frontend is not used, so
      the argument that long timeout consume resources on shared server does
      not apply here.
      
      A timeout of one hour was choosen arbitrarily, a value that should be
      large enough for normal requests and more than the default 60s timeout
      that we hit in the "wait for activities" step when running zelenium
      tests.
      fce3c74a
  7. 10 Sep, 2018 2 commits
  8. 03 Jul, 2017 1 commit
  9. 23 Aug, 2016 1 commit
  10. 13 Jul, 2016 1 commit
  11. 13 Apr, 2016 1 commit
  12. 13 Jul, 2015 1 commit
  13. 05 Apr, 2014 1 commit
    • Vincent Pelletier's avatar
      erp5: Add webdav support. · f2183d38
      Vincent Pelletier authored
      Move haproxy httpchk configuration per-listen as zope's webdav returns 401
      on (at least) GET / . TCP-level checks are still active, which should be
      sufficient.
      Also, change zope_family_address_list check to getitem as it's more natural
      than concatenating.
      Also, stop using apache.zope.backend recipe to add support for per-port
      scheme so automatic ERP5Site creation knows which URL is really HTTP.
      Also, stop using certificate_authority recipe and call openssl directly
      when generating self-signed cert for https/webdavs support.
      Also, rework balancer parameters a bit (still undocumented).
      Also, make instance-balancer always publish ipv6 value (empty when no ipv6
      available), so instance-erp5 always succeeds.
      f2183d38