[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Reading large amounts of data State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 10:07:09 PDT 1999 State-Changed-Why: There is no parameter you can change to make the request line that big. In fact I don't understand how you intend this to work -- no client will send a URL that long. If you merely want to change the size of the headers you're modifying the wrong parameter... look for LimitRequest* directives at http://www.apache.org/docs/mod/core.html and there's no limit on the body size of a POST -- which is a more appropriate method of sending such large requests.