1. 13 Jun, 2017 2 commits
  2. 12 Jun, 2017 14 commits
  3. 09 Jun, 2017 6 commits
  4. 08 Jun, 2017 1 commit
  5. 07 Jun, 2017 2 commits
  6. 06 Jun, 2017 6 commits
  7. 05 Jun, 2017 3 commits
  8. 03 Jun, 2017 2 commits
  9. 02 Jun, 2017 4 commits
    • Rafael Monnerat's avatar
      apache-frontend: include apache-mpm-watchdog · a863041a
      Rafael Monnerat authored
        Apache MPM Watchdog promise was introduced to search apache on
        deadlock state after a graceful reload and kill them after 600s.
      
        This change prevents the apache lack of nodes after several processes
        get stalled on deadlock.
      a863041a
    • Rafael Monnerat's avatar
      slapos.toolbox version up 0.69 · 930f66d6
      Rafael Monnerat authored
      930f66d6
    • Rafael Monnerat's avatar
      apache-frontend: Load mod_reqtimeout · c29baadc
      Rafael Monnerat authored
        This can be used to define minimal metrics to the frontend to
        prevent mpm nodes starvation after gracefull restarts
      c29baadc
    • Rafael Monnerat's avatar
      apache-frontend: Delay reload apache configuration · 49e2a2ae
      Rafael Monnerat authored
        Wait for 60 to reload apache configuration in order to accumulate
        several logrotate runs.
      
        If the amount of slaves are too high, the number of logs are high,
        so the entries on logrotate are also high. So it is enough to DDoS
        with a huge amount of 'kill -1', so delay is the only way to avoid
        to re-implement logrotate existing features.
      
        Only reload the apache configuration if the the apache configuration
        or the certificates contains a change, else don't reload it.
      
        Keep a command on bin folder to force reload of configuration in
        case it is required.
      49e2a2ae