You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Fred Moyer <fr...@redhotpenguin.com> on 2010/09/25 02:40:15 UTC

Fwd: [rt.cpan.org #61622]

Looks like we need another release, this went uncaught.


---------- Forwarded message ----------
From: Max Kanat-Alexander via RT <bu...@rt.cpan.org>
Date: Fri, Sep 24, 2010 at 5:21 PM
Subject: [rt.cpan.org #61622]
To:


Fri Sep 24 20:21:31 2010: Request 61622 was acted upon.
Transaction: Ticket created by MKANAT
      Queue: Apache-SizeLimit
    Subject: (No subject given)
  Broken in: 0.92
   Severity: Critical
      Owner: Nobody
 Requestors: mkanat@cpan.org
     Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61622 >


I'm getting the following message in my error log:

Can't locate object method "_exit_if_too_big" via package
"Apache2::RequestRec" at /var/www/html/bugzilla/lib/Apache2/SizeLimit.pm
line 60

Fedora 12
httpd-2.2.15-1.fc12.2.x86_64
mod_perl-2.0.4-9.x86_64

Apache2::SizeLimit 0.92

My startup.pl code looks like:

use Apache2::SizeLimit;
Apache2::SizeLimit->set_max_unshared_size(70_000);

And my Apache config looks like:

<Directory "/var/www/html/bugzilla">
   AddHandler perl-script .cgi
   PerlCleanupHandler  Apache2::SizeLimit
Bugzilla::ModPerl::CleanupHandler
   PerlOptions +ParseHeaders
   Options +ExecCGI
   AllowOverride Limit FileInfo Indexes
   DirectoryIndex index.cgi index.html
</Directory>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org