Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 80830 invoked from network); 16 Aug 2004 22:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 22:54:52 -0000 Received: (qmail 28342 invoked by uid 500); 16 Aug 2004 22:54:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 28063 invoked by uid 500); 16 Aug 2004 22:54:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 28049 invoked by uid 99); 16 Aug 2004 22:54:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.114.32.105] (HELO zcamail05.zca.compaq.com) (161.114.32.105) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 16 Aug 2004 15:54:42 -0700 Received: from cacexg13.americas.cpqcorp.net (cacexg13.americas.cpqcorp.net [16.92.1.76]) by zcamail05.zca.compaq.com (Postfix) with ESMTP id 6AE7B9A3 for ; Mon, 16 Aug 2004 15:54:42 -0700 (PDT) Received: from cacexc03.americas.cpqcorp.net ([16.92.1.27]) by cacexg13.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.0); Mon, 16 Aug 2004 15:54:07 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Increasing LimitRequestFieldsize Date: Mon, 16 Aug 2004 15:54:06 -0700 Message-ID: <16A24B6050584143978000646801E935022BCDC0@cacexc03.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Increasing LimitRequestFieldsize Thread-Index: AcSDn0YP0eAGZQGlSv6aSZ1+nbNj1QAQyVFg From: "Mathihalli, Madhusudan" To: X-OriginalArrivalTime: 16 Aug 2004 22:54:07.0396 (UTC) FILETIME=[EF9B3E40:01C483E3] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N =20 : -----Original Message----- : From: Joshua Slive [mailto:joshua@slive.ca]=20 : On Sun, 15 Aug 2004, Justin Erenkrantz wrote: :=20 : > --On Sunday, August 15, 2004 7:30 PM -0700 "Mathihalli, Madhusudan"=20 : > wrote: : > : >> I thought the 8K limit was a compile-time constant. : > : >=20 : : > : > 8190 is just our default. HTH. -- justin :=20 : But note that you can't raise it from the config-file default=20 : without recompiling to change the compile-time default : (DEFAULT_LIMIT_REQUEST_FIELDSIZE) which is also 8k. Exactly (I should've been more clear. Thanks Joshua !) .. I have a request to change the compile-time value (for hp-ux) to 32K, and I don't know if it's safe enough.. :=20 : It might make sense to increase the compile-time default=20 : while retaining 8k as the config-file default. (But this=20 : would probably require changing the name of the constant to=20 : avoid confusing people.) It's precisely what I was planning to do. Has somebody tried something like that (I mean: do you see any security issues around it) ? Thanks -Madhu