1. 05 Apr, 2019 4 commits
  2. 04 Apr, 2019 3 commits
  3. 02 Apr, 2019 3 commits
  4. 29 Mar, 2019 1 commit
  5. 28 Mar, 2019 1 commit
  6. 27 Mar, 2019 4 commits
  7. 26 Mar, 2019 13 commits
  8. 25 Mar, 2019 8 commits
  9. 22 Mar, 2019 1 commit
    • Jérome Perrin's avatar
      caddy: use same log format as apache · 5c23e132
      Jérome Perrin authored
      in apache frontend, we have been using:
      
      ```
      LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
      ```
      
      The %l is (from mod_log_config docs): Remote logname (from identd, if
      supplied). This will return a dash unless mod_ident is present and
      IdentityCheck is set On.
      
      In the case of apache frontend, it was always a - . This is missing in
      caddy frontend and our existing log processing tools (apachedex) cannot
      be used on frontend logs since we switched to Caddy.
      
      /reviewed-on !530
      5c23e132
  10. 21 Mar, 2019 2 commits