From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 21:29:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD7A106568A for ; Tue, 13 Mar 2012 21:29:08 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA6D48FC17 for ; Tue, 13 Mar 2012 21:29:07 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id n13so1350900wer.13 for ; Tue, 13 Mar 2012 14:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a0m1S4SnSg39S7m1CjtzZzUtfp/lz35A5hjDj7TfBXo=; b=Hke8jWS34ktF7ljCtMPql/CG5zDaRncLr9KpyGZuKrs5WFc1yZvw6q5pOuq3JiYlJP ooFx5rjfbBZdwxsOUZ3wmVFQ1k/sIYH4KjabOu96UXEPy/zDfvHooPZqghHS9p3FLGz+ QD6rFPwscd0e58uFpRaWdSQXnpTzr1pEmsZqKbKDJITSfc6DWHeMTBznQvOQMJmWGdRm uxhUHwcK0P6mAbE8jckKOXk2BU2S2BED9c4NXmVNuy0HoAfW0k/uln+CUpWZirzxaqmd Cn3WgCttG/DFKBYdk+3al42pv7cMmLVBGzUu3N/n0tvd1LEQGh3dWJeirqfusHHsw3B6 Utjg== MIME-Version: 1.0 Received: by 10.180.14.73 with SMTP id n9mr292030wic.16.1331674147441; Tue, 13 Mar 2012 14:29:07 -0700 (PDT) Received: by 10.216.11.7 with HTTP; Tue, 13 Mar 2012 14:29:07 -0700 (PDT) Date: Tue, 13 Mar 2012 17:29:07 -0400 Message-ID: From: alexus To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Apache module mod_fastcgi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 21:29:08 -0000 according to: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiExternalServer --- Note: Using FastCgiServer within a VirtualHost does not necessarily limited access to that host. If filename is accessible via other virtual hosts, they too can leverage the same definition. --- how would I share this between multiple virtualhosts? I can get it to work in one default virtualhost but in none of my virtualhosts since it's already defined and being shared across all virtualhost? -- http://alexus.org/