Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB81E17CD5 for ; Mon, 6 Oct 2014 13:47:33 +0000 (UTC) Received: (qmail 5009 invoked by uid 500); 6 Oct 2014 13:47:31 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 4977 invoked by uid 500); 6 Oct 2014 13:47:31 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 4967 invoked by uid 99); 6 Oct 2014 13:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 13:47:30 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=PLING_QUERY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.20.83.52] (HELO gungnir.webthing.com) (209.20.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 13:47:03 +0000 Received: from [192.168.0.2] (cpc14-newt30-2-0-cust22.newt.cable.virginm.net [92.232.45.23]) by gungnir.webthing.com (Postfix) with ESMTPSA id 2F0501280F6 for ; Mon, 6 Oct 2014 13:47:02 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) From: Nick Kew In-Reply-To: <5432961E.2010809@gmail.com> Date: Mon, 6 Oct 2014 14:47:00 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <47CC5496-5E28-4D73-896F-3E78BCC80E39@webthing.com> References: <5431A89F.6090607@gmail.com> <5432961E.2010809@gmail.com> To: users@httpd.apache.org X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Too many vhosts?!?! 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. --=20 Nick Kew= --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org