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 AA1DF930C for ; Sun, 15 Jan 2012 17:26:37 +0000 (UTC) Received: (qmail 13354 invoked by uid 500); 15 Jan 2012 17:26:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 13284 invoked by uid 500); 15 Jan 2012 17:26:33 -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 13276 invoked by uid 99); 15 Jan 2012 17:26:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 17:26:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 17:26:28 +0000 Received: by iaeo4 with SMTP id o4so7088538iae.18 for ; Sun, 15 Jan 2012 09:26:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KtdQCmZpU8j7ysTh9dEWkD9KeefoyGAm9XSXxrDWSzo=; b=FtVznkj/vOBw5JFpgZ5VpBEacOC3uC+5Ok9pqcx5qvLyb5LAYmRY7bxOsnkIfEaSMq AJVTjTi7LEGd/XwrGleUME1uPEURnaIM6zw1iFMrp9jSX+awxwCJPBMi0cneYjwiOQ3x Pv5slFSV+NGClMtapY7YBk8OT5SmyhJES/64w= MIME-Version: 1.0 Received: by 10.50.168.100 with SMTP id zv4mr9580106igb.17.1326648367248; Sun, 15 Jan 2012 09:26:07 -0800 (PST) Received: by 10.50.127.9 with HTTP; Sun, 15 Jan 2012 09:26:07 -0800 (PST) In-Reply-To: <2482426A-7F5C-41AD-8E99-38FDAED89D85@gmail.com> References: <69DA6AE1-D9EA-441C-B92D-B6C09CD8EB34@gmail.com> <2482426A-7F5C-41AD-8E99-38FDAED89D85@gmail.com> Date: Sun, 15 Jan 2012 12:26:07 -0500 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [users@httpd] How to add multiple index.html references in httpd.conf ? On Sun, Jan 15, 2012 at 12:07 PM, Phil Pinkerton wrote: > Exactly so how do I accomplish loading a different index.html based on a different URL entry for the same server > > https://server1.domain.net/app1 = app1 index.html > https://server1.domain.net/app2 = app2 index.html I'm assuming app1 and app2 are directories and that you don't really mean "index.html", as you'd get that for free. You can configue a different DirectoryIndex in different directories http://httpd.apache.org/docs/2.2/mod/core.html#directory http://httpd.apache.org/docs/2.2/sections.html --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org