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
ot; wrote:
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: &
I do not use the httpd.conf to redirect instead I use the following code:
use Apache2::Const qw(HTTP_MOVED_TEMPORARILY);
$r->headers_out->add(Location => "http://someplace.come/index.html?iphone=yes";);
$r->status( HTTP_MOVED_TEMPORARILY);
return HTTP_MOVED_TEMPORARILY;
From: Idel Fuschini mail
Can someone clue me in to what libraries are needed for $r->requires().
I have set up a new VM box using Fedora 18 (64 bit) with Apache and ModPerl. I
use Apache::AuthCookie to do my authentication. I have this working on 4
different other servers but on this VM box I am having issues. I get
tRec" at
/usr/local/share/perl5/Apache2/AuthCookie.pm line 377, line 558.\n,
Why does it say Apache2::RequestRec instead of Apache2::Access?
Seems like all the pieces are in place?
-Original Message-
From: Torsten Förtsch [mailto:torsten.foert...@gmx.net]
Sent: Tuesday, Febru