Re: Uploading Files bigger the 64M

2011-01-25 Thread Hibbard, Timothy
quot;modperl@perl.apache.org" Sent: Tue, January 25, 2011 1:23:45 PM Subject: Uploading Files bigger the 64M Uploading Files bigger the 64M I am having all sorts of troubles uploading files bigger then 64M using mod_perl2. Any file I try to upload that is bigger then 63M I get the following

Re: Uploading Files bigger the 64M

2011-01-25 Thread Ryan Gies
1) You may lower the limit, not raise it. If you are trying to raise it, you will get "Conflicting information". 2) Your server config trumps your virtual-host config. If you have not set APREQ2_ReadLimit outside of your VirtualHost, then it is set for you (64M). Personally, I do this: A)

Re: Uploading Files bigger the 64M

2011-01-25 Thread Joe Schaefer
: "modperl@perl.apache.org" >Sent: Tue, January 25, 2011 1:23:45 PM >Subject: Uploading Files bigger the 64M > >Uploading Files bigger the 64M I am having all sorts of troubles uploading >files >bigger then 64M using mod_perl2. > >Any file I try to upload that is

Uploading Files bigger the 64M

2011-01-25 Thread Hibbard, Timothy
I am having all sorts of troubles uploading files bigger then 64M using mod_perl2. Any file I try to upload that is bigger then 63M I get the following error. (20014)Internal error: Content-Length header (723283299) exceeds configured max_body limit (67108864) So I told myself lets do a little