Closed GoogleCodeExporter closed 9 years ago
Original comment by ryan.bra...@gmail.com
on 5 Apr 2012 at 6:19
FYI, I think this is a 'normal' error message on Heroku, where each web dyno is
configured with a MaxClients = 1. When Apache starts, it spawns the first
thread to listen for incoming connections, then logs a warning since it reached
the MaxClients limit. But this is expected on Heroku. One should scale the
number of web dynos to increase the concurrency limit of his web app.
Original comment by guillaume.boudreau
on 29 Jun 2012 at 1:05
Original comment by ryan.bra...@gmail.com
on 5 Aug 2012 at 5:24
Released in 25.0.0
Original comment by ryan.bra...@gmail.com
on 10 Aug 2012 at 4:33
Original issue reported on code.google.com by
ryan.bra...@gmail.com
on 21 Mar 2012 at 7:23