I had a similar issue years ago with a large number of vhosts and apache hanging (apache 2.2 prefork mpm on linux like you). The problem for me was with the number of Listen directives. When I cut the list down, everything worked. Do you have a lot of Listen directives? If so, maybe part of the problem.
On Mon, Oct 6, 2014 at 9:47 AM, Nick Kew <n...@webthing.com> wrote: > > On 6 Oct 2014, at 14:16, Jakov Sosic wrote: > > > There isn't a large number of clients, it's only a large number of > vhosts - which translates in large number of FDs in use. > > So you've made the most obvious diagnosis yourself. > > To test that, why not try it with a logger that doesn't > involve an FD for each vhost? If the same happens > then FDs aren't the issue and you're looking for > some other resource. > > -- > Nick Kew > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >