• Aurélien Vermylen's avatar
    monitor: Fix "Scoreboard full" bug · a207492d
    Aurélien Vermylen authored
    If we don't specify MaxRequestWorkers, it seems like Apache 2.4
    errors with:
    AH03490: scoreboard is full, not at MaxRequestWorkers. Increase
    ServerLimit.
    Maybe because MaxRequestWorkers then defaults to a too high value
    compared to ServerLimit and ThreadsPerChild.
    
    /reviewed-on nexedi/slapos!263
    a207492d
buildout.cfg 4.14 KB