Limited TextArea buffer
am 10.09.2009 18:02:26 von Nick
Hi,
I have a problem with a limited carry over buffer size with
TextArea being limited to around 6,500-7,000 bytes.
I placed the directive LimitRequestBody 0 in my apache2.conf
(don't use httpd.conf) but it makes no difference. When I paste
12,000+ characters of data into a FORM, it's cut in half..
Am I putting it in the wrong place or is this the wrong directive?
Thanks, in advance,
Nick. . .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
. . . . . . . .
...---... (Stamp Out Spam and Save Our Servers) http://sosNow.ws
. . . . . . . .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
------------------------------------------------------------ ---------
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
Re: Limited TextArea buffer
am 10.09.2009 18:10:28 von Eric Covener
On Thu, Sep 10, 2009 at 12:02 PM, wrote:
> =A0 Hi,
> =A0 =A0 =A0 =A0I have a problem with a limited carry over buffer size wit=
h
> =A0 TextArea being limited to around 6,500-7,000 bytes.
>
> =A0 I placed the directive LimitRequestBody 0 in my apache2.conf
> =A0 (don't use httpd.conf) but it makes no difference. When I paste
> =A0 12,000+ characters of data into a FORM, it's cut in half..
>
> =A0 Am I putting it in the wrong place or is this the wrong directive?
Is the method POST? Is there an error recorded in the error log?
--=20
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
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
Re: Limited TextArea buffer
am 10.09.2009 19:14:34 von aw
Eric Covener wrote:
> On Thu, Sep 10, 2009 at 12:02 PM, wrote:
>> Hi,
>> I have a problem with a limited carry over buffer size with
>> TextArea being limited to around 6,500-7,000 bytes.
>>
>> I placed the directive LimitRequestBody 0 in my apache2.conf
>> (don't use httpd.conf) but it makes no difference. When I paste
>> 12,000+ characters of data into a FORM, it's cut in half..
>>
>> Am I putting it in the wrong place or is this the wrong directive?
>
> Is the method POST? Is there an error recorded in the error log?
>
... and maybe you want to have a look at what is processing that form ?
------------------------------------------------------------ ---------
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
Re: Limited TextArea buffer
am 11.09.2009 03:42:10 von Nick
Thanks for the comeback...
>> I have a problem with a limited carry over buffer size
>> with TextArea being limited to around 6,500-7,000 bytes.
>>
>> I placed the directive LimitRequestBody 0 in my apache2.conf
>> (don't use httpd.conf) but it makes no difference. When I
>> paste 12,000+ characters of data into a FORM, it's cut in half.
Hi Eric,
> Is the method POST? Is there an error recorded in the error log?
Yes and No...
Hi Andr=E9,
> maybe you want to have a look at what is processing that form ?
All scripts written by me, there are several, but that put
me on the right track. The very old perl library that I use to
parse all data was set very low - increasing it fixed the problem..
Thanks Andr=E9...
Problem solved - thanx everyone,
Nick. . .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
. . . . . . . .
...---... (Stamp Out Spam and Save Our Servers) http://sosNow.ws
. . . . . . . .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
------------------------------------------------------------ ---------
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