Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 67135 invoked from network); 23 Aug 2005 15:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 15:27:45 -0000 Received: (qmail 27736 invoked by uid 500); 23 Aug 2005 15:27:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27718 invoked by uid 500); 23 Aug 2005 15:27:34 -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 27705 invoked by uid 99); 23 Aug 2005 15:27:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 08:27:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.225.174.131] (HELO x.win.covalent.net) (69.225.174.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 08:27:51 -0700 Received: from [192.168.0.21] ([24.13.128.132]) by x.win.covalent.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Tue, 23 Aug 2005 08:26:26 -0700 Message-ID: <430B4023.5090504@rowe-clan.net> Date: Tue, 23 Aug 2005 10:26:27 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <5D110F8947F71441AD5003BEC2471F6A0253834F@ian.ad.unh.edu> In-Reply-To: <5D110F8947F71441AD5003BEC2471F6A0253834F@ian.ad.unh.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Aug 2005 15:26:26.0250 (UTC) FILETIME=[06C8A2A0:01C5A7F7] X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] mod_rewrite X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David, if you have a single pattern, either 10.10.131. or 10.10.131/24 will match the entire subnet. If you have divided it into two different patterns, I already answered your question. Please, do some background reading on IPv4 and subnet patterns, that would tell you that the 10.10.131.128/25 matches 25 bits, 10.10.131., and within that, anything with bit 128 (2^7) set. So this pattern matches 10.10.131.128-.255 inclusive. Lucas, David wrote: > Does anyone have any thoughts as to how I will get this to match?? > > Thanks, > > Dave > > -----Original Message----- > From: Lucas, David > Sent: Monday, August 22, 2005 2:28 PM > To: users@httpd.apache.org > Subject: RE: [users@httpd] mod_rewrite > > /25 would be correct. > > If you look at Noah response his solution works on the upper half of the > subnet so 10.10.131.128/25 is matched. I need the lower half now. > > Dave > > -----Original Message----- > From: William A. Rowe, Jr. [mailto:wrowe@rowe-clan.net] > Sent: Monday, August 22, 2005 2:09 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] mod_rewrite > > Lucas, David wrote: > >>Ok, >> >>How might I match? >> >>10.10.131.0 - 10.10.131.127 > > > 10.10.131.0/25 > > is the standard syntax for oddball subnetting. > > --------------------------------------------------------------------- > 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 > > > > > --------------------------------------------------------------------- > 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 > > > > > --------------------------------------------------------------------- > 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 > > > --------------------------------------------------------------------- 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