Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 72966 invoked from network); 14 Aug 2009 13:52:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Aug 2009 13:52:52 -0000 Received: (qmail 9116 invoked by uid 500); 14 Aug 2009 13:52:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 9083 invoked by uid 500); 14 Aug 2009 13:52:55 -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 9074 invoked by uid 99); 14 Aug 2009 13:52:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 13:52:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kremels@kreme.com designates 75.148.117.93 as permitted sender) Received: from [75.148.117.93] (HELO mail.covisp.net) (75.148.117.93) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 13:52:45 +0000 Received: from cerebus.hsd1.co.comcast.net (c-71-229-144-93.hsd1.co.comcast.net [71.229.144.93]) by mail.covisp.net (Postfix) with ESMTP id 16392118AD69 for ; Fri, 14 Aug 2009 07:52:24 -0600 (MDT) Message-Id: <18754322-CE88-4D68-86F2-17D1DB3D1293@kreme.com> From: LuKreme To: users@httpd.apache.org In-Reply-To: <389c58c40908132330t75f21756p75ff8147ae00a049@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Fri, 14 Aug 2009 07:52:23 -0600 References: <389c58c40908132330t75f21756p75ff8147ae00a049@mail.gmail.com> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: Allow directive - limitation? On 14-Aug-2009, at 00:30, Stephen Vaughan wrote: > Is there a limitation on the number of characters you can have per > line for > 'Allow from'? I don't know about Allow from specifically, but often 'lines' are limited internally to eithe 255 characters or 1024 characters. Are you around any of those limits? > We a couple of hundred ip addresses listed, however we seem to have > hit a > limit whereby any new ip addresses added to the line are being > recognised as > a new line, and so apache is failing to reload. Do we have to just > create a > new line? There's no reason to have one massive Allow from line when you can have as many as you want. I tend to group like cases together. Allow from 10.0.0.0/8 Allow from 192.168.211.0/24 Allow from xx.xx.0.0/16 Allow from yy.yy.yy.0/24 Allow from zz.zz.zz.zz etc -- Is this the light of a new day dawning? A future bright that you can walk in? No, it's just another Monday Morning, do it all over again! --------------------------------------------------------------------- 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