Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 31755 invoked from network); 2 Feb 2006 21:52:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 21:52:53 -0000 Received: (qmail 97212 invoked by uid 500); 2 Feb 2006 21:52:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 97196 invoked by uid 500); 2 Feb 2006 21:52:41 -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 97185 invoked by uid 99); 2 Feb 2006 21:52:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 13:52:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO zproxy.gmail.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 13:52:40 -0800 Received: by zproxy.gmail.com with SMTP id 34so501840nzf for ; Thu, 02 Feb 2006 13:52:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UtCxh69OD3SarHHQRfUAwRctLVbdgiKW76LT5UOPnAt7u0uul90iJHTh1PvdmlYtJLzS770cp71badWjpQ7RhuqjOvj48ONPnnHZ4h0e32eQj0vpeSjzgJqfyZsoRRGTyqo8yWBC55hy3OLuREpGJcPbjmL3EwudrxRnrIJv1Os= Received: by 10.65.163.16 with SMTP id q16mr813298qbo; Thu, 02 Feb 2006 13:52:20 -0800 (PST) Received: by 10.64.253.13 with HTTP; Thu, 2 Feb 2006 13:52:20 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2006 16:52:20 -0500 From: Joshua Slive Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <8fc3badf0602021121o1fc2bb07s6cce884c68c682c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8fc3badf0602021121o1fc2bb07s6cce884c68c682c0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Change LimitRequestBody for one directory without htaccess X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/2/06, Tom Cat wrote: > For one subdirectory in our document root, I want to change > LimitRequestBody to a much higher number. The catch is I don't want > to allowoverride, so using an htaccess file is not possible. > > What I did was create an alias and then did an directory tag for the > alias. Is this the best way? Is there another way? What kind of > trouble might I encounter doing it this way instead of another way? Sounds like you are overcomplicating your life. LimitRequestBody 99999999 should work just fine. Joshua. --------------------------------------------------------------------- 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