Re: Uploading Files bigger the 64M

2011-01-25 Thread Hibbard, Timothy
Worked like a charm. I had APREQ_ReadLimit in a vhost ... Once moving it out of the vhost I can now upload bigger files. Should have used the mailing list before making an indentation in the brick wall with my forehead. Many thanks! Tim Hibbard On 1/25/11 1:31 PM, "Joe Schaefer" wrote: It

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
It's a bug in the merge code for mod_apreq2. Basically you have to set APREQ_ReadLimit to its max value in the main server's context (not in a vhost or Location or Directory config). Otherwise use the code in apreq's trunk. > >From: "Hibbard, Timothy" >To: "modperl@perl.apache.org" >Sent: Tu

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

Re: question on installing perl modules

2011-01-25 Thread André Warnier
marco.mase...@softeco.it wrote: Hi André , use local::lib: http://search.cpan.org/~apeiron/local-lib-1.008001/ it nicely handles your issue. By the way, I tried to use local::lib "out of the box", and could not install it. I think it is because the Makefile relies on a GNU make, and the HPU