Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 19982 invoked from network); 13 Mar 2007 17:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 17:32:23 -0000 Received: (qmail 46188 invoked by uid 500); 13 Mar 2007 17:32:20 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46167 invoked by uid 500); 13 Mar 2007 17:32:20 -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 46150 invoked by uid 99); 13 Mar 2007 17:32:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 10:32:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of noodlet@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 10:32:09 -0700 Received: by an-out-0708.google.com with SMTP id c8so1745439ana for ; Tue, 13 Mar 2007 10:31:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dNZ7Fb9360x52ez96Nn0HrO8Yryi2c8fKqfDfJFOdM0uCpc7W18tIbEBy/VZerlmUQP4fy05c6LhjNN+ZaHQlLTI5uOVl5G6q/xY1govQZkmGK/GTvd+JdM/35MfrGwVz4tTsEastmRLBcQy7sQIRx2+STovJsP7VHXJXvQRApM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B9v8jes5mOnmkV1nJvPFgY/i1/Q5/w+PC81M4GO+ktBg5OOqu53gmAWhfck95BgnAX/Vb166AdqqZAtS/TA2v2Nj1xoNKu6LHo7ooYE7mCKPufQ8nBlFz1/WCNmBHkugk0dCJn85aoF92sWQH/HPmxveE153iSjD0j8VV3EnPSw= Received: by 10.100.125.5 with SMTP id x5mr1058903anc.1173807107953; Tue, 13 Mar 2007 10:31:47 -0700 (PDT) Received: by 10.100.109.1 with HTTP; Tue, 13 Mar 2007 10:31:47 -0700 (PDT) Message-ID: <813716b60703131031uda7c315q191857bd2e88de9a@mail.gmail.com> Date: Wed, 14 Mar 2007 00:31:47 +0700 From: "Vincent Bray" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] LocationMatch expression syntax On 13/03/07, Schultz, Gary - COMM wrote: > > > I want to set a location match so that an URL is not case sensitive. The > following work individually: > > > > > > > The following LocationMatch does not work: > > Hi, This is a thorny issue involving standards (urls aren't case insensitive, partly at least), operating systems (it works on win32/other_os_with_uncased_fs) and standards again. See: http://www.regdeveloper.co.uk/2006/08/01/apache_undead/ And a recent thread on the same subject, sort of. http://mail-archives.apache.org/mod_mbox/httpd-users/200703.mbox/%3c20070305164920.GZ7896@ayvali.org%3e (sorry about the ugly url) Thing is you haven't said what you're trying to do so it's hard to point fingers. Forgive me for the moment, at least ;-) -- noodl --------------------------------------------------------------------- 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