Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 958A79BC7 for ; Tue, 27 Sep 2011 21:45:37 +0000 (UTC) Received: (qmail 72049 invoked by uid 500); 27 Sep 2011 21:45:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72020 invoked by uid 500); 27 Sep 2011 21:45: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 72012 invoked by uid 99); 27 Sep 2011 21:45:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 21:45:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [173.228.48.11] (HELO smtp01.clairmail.com) (173.228.48.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 21:45:29 +0000 Received: from CM-SREX01.clairmail.local (unknown [192.168.2.27]) by smtp01.clairmail.com (Postfix) with ESMTPS id B3375B25423 for ; Tue, 27 Sep 2011 13:29:31 -0700 (PDT) Received: from CM-EXCH02.clairmail.local (192.168.2.18) by CM-SREX01.clairmail.local (192.168.2.27) with Microsoft SMTP Server (TLS) id 14.1.218.12; Tue, 27 Sep 2011 14:47:07 -0700 Received: from CM-EXCH02.clairmail.local ([192.168.2.18]) by CM-EXCH02.clairmail.local ([192.168.2.18]) with mapi; Tue, 27 Sep 2011 14:47:06 -0700 From: Al Dispennette To: "users@httpd.apache.org" Date: Tue, 27 Sep 2011 14:47:04 -0700 Thread-Topic: httpd configuration question Thread-Index: Acx9XhVEL5hjfoEhSRSHAQljps5NvQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/related; boundary="_004_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_"; type="multipart/alternative" MIME-Version: 1.0 X-ClaiMail-MailScanner-Information: Please contact the ISP for more information X-ClaiMail-MailScanner-ID: B3375B25423.A4AF9 X-ClaiMail-MailScanner: Found to be clean X-ClaiMail-MailScanner-From: al.dispennette@clairmail.com X-Old-Spam-Status: No Subject: [users@httpd] httpd configuration question --_004_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_ Content-Type: multipart/alternative; boundary="_000_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_" --_000_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Below I have two location match tags that I would like to use to control th= e flow of information as it enters my apache servers. The problem though is= that when I restart the servers I get an error saying that the limit reque= st field variable is not permitted inside the location match tag. This see= ms to me like a problem. If I have one page that has a large amount of dat= a being passed in a single field and another page that has a small amount o= f data in a large number of fields. How am I supposed to accommodate that = without increasing both globally? If I am misunderstanding how this works please correct me so I can figure o= ut a solution to this. LimitRequestBody 40960 LimitRequestField 8 LimitRequestFieldSize 4096 LimitRequestBody 40960 LimitRequestField 300 LimitRequestFieldSize 128 Al Dispennette Customer Software Sustaining Sr. Development Support Engineer 781 Lincoln Ave., Suite 200 San Rafael, CA 94901 Phone: (415) 526-7000 ext 7206 Cell: (309) 868-1401 Fax: (415) 526-7099 al.dispennette@Clairmail.com [cid:image001.jpg@01CC7D24.52BE4E40] ***************************************************************************= ****************************** This email and any attachment may contain confidential, proprietary, and/or= privileged information. It is intended solely for the recipient. If you = have received this email in error or are not able or willing to take reason= able steps to protect the information contained herein from improper disclo= sure, please notify the sender immediately by reply email and destroy all c= opies. ***************************************************************************= ****************************** --_000_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Below I have two location match tags that I would like to = use to control the flow of information as it enters my apache servers. The = problem though is that when I restart the servers I get an error saying tha= t the limit request field variable is not permitted inside the location mat= ch tag.  This seems to me like a problem.  If I have one page tha= t has a large amount of data being passed in a single field and another pag= e that has a small amount of data in a large number of fields.  How am= I supposed to accommodate that without increasing both globally?

If I am m= isunderstanding how this works please correct me so I can figure out a solu= tion to this.

<LocationMatch "regEx1">
LimitRequestBody = 40960
LimitRequestField 8
LimitRequestFieldSize 4096
</Location= Match>


<LocationMatch "regExp2">
LimitRequestBody= 40960
LimitRequestField 300
LimitRequestFieldSize 128
</Locati= onMatch>

 

=

 

Al Dispenn= ette

Customer Software Sustaini= ng

= Sr. Development Support Engi= neer

 

781 Lincoln Ave., Suite 200

San Rafael, C= A 94901

Phone: (415) 526-7000 ext 7206

Cell: (309) 868-1401

Fax: (415) 526-7099

al.dispennette@Clairmail.com

****************************= ***************************************************************************= **

 = ;

This e= mail and any attachment may contain confidential, proprietary, and/or privi= leged information.  It is intended solely for the recipient.  If = you have received this email in error or are not able or willing to take re= asonable steps to protect the information contained herein from improper di= sclosure, please notify the sender immediately by reply email and destroy a= ll copies.

 

********************************************************= *************************************************

 <= /p>

= --_000_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_-- --_004_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_ Content-Type: image/jpeg; name="image001.jpg" Content-Description: image001.jpg Content-Disposition: inline; filename="image001.jpg"; size=3816; creation-date="Tue, 27 Sep 2011 21:47:04 GMT"; modification-date="Tue, 27 Sep 2011 21:47:04 GMT" Content-ID: Content-Transfer-Encoding: base64 /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMg IyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wAARCABlAN8DASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2aiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKinnjtojJKwVR3obsBJ TRLGW2h1J9M1zl3cajrTGKyRobfu54z+NZN94X1K1iM8MhkK8kKxyKUGpbHPUrSjrGNzvKK5Twp4 le9f7Ben/SFHyOerY7H3rqquUXF2ZpSqxqx5oi0UUVJoFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA FFFFABRRRQAUUUUAFFFFACVhajdwfaSXBumX7kS/dH19a2LouIG2R+YSMbc4rnbq71W2UrZ6cigd wuTWNS8pKJFSXKrkFzFr2qLtjTyIuy52Cs2z1vUfDmqra6kWaBjhgxzgeoNbHhu91u51OYajDIlv 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 --_004_FF2904D24DB8AA48A830C8920E50A38C4F472801C1CMEXCH02clair_--