Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 67762 invoked from network); 7 Apr 2008 14:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2008 14:54:53 -0000 Received: (qmail 29839 invoked by uid 500); 7 Apr 2008 14:54:44 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 29823 invoked by uid 500); 7 Apr 2008 14:54:44 -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 29812 invoked by uid 99); 7 Apr 2008 14:54:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 07:54:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 14:54:02 +0000 Received: by wr-out-0506.google.com with SMTP id 57so1441697wri.12 for ; Mon, 07 Apr 2008 07:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=eZ4m3ASotoAIoTL3wnimRHQt6h7sVuEbnf2nyaJ2Bk8=; b=DHnpGABf8jcIiHPEfl1LDV2hZm6Pntbyx9Z4vfk0SHOP9cucyxgLs6JSSHCsDae5RpHTdhsFtcmf0L9s831l0Sp9a9F/bZNt/C7TrguQ37y6mowMDBSgvf1+t/dwd3Rh5zlToKGhRVK25HLFCdMxbg8EkhwwKUTvWmwvOqxzS2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JhW7O4xs42qgrz96HnNEzJb0YiMmeT3jnYTPzKO3etjV8/Vqs0oXf9IB8NY91iIu0VTA3c52GfV3Ss3ZwjCO2FbVJnjcgfqELkR3BWx4ZkhotOEz0uFPCMwjVOY2IHgMT/mP4qmxCF/Ib7P3Bz3gn0cGPSkSNNLbNbHq50Ct6yE= Received: by 10.140.177.15 with SMTP id z15mr1514634rve.70.1207580053954; Mon, 07 Apr 2008 07:54:13 -0700 (PDT) Received: by 10.141.163.2 with HTTP; Mon, 7 Apr 2008 07:54:13 -0700 (PDT) Message-ID: <1404e5910804070754g2f9ebe98v1da2b5f9bb8a480f@mail.gmail.com> Date: Mon, 7 Apr 2008 10:54:13 -0400 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1404e5910804060917m263456f7sd596ae11ab8a00d1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Question: RewriteMap and context On Mon, Apr 7, 2008 at 10:51 AM, wrote: > Outside the VirtualHost container in my httpd.conf, I have tried: > > RewriteOptions inherit > RewriteRule ....command rules...... You use RewriteOptions inherit in the scope you want to inherit "to" not "from". "This forces the current configuration to inherit the configuration of the parent. " -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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