On Tuesday 05 December 2006 20:33, David Scott wrote:
> I *finally* managed to get this to work. The problem is in
> Apache::Scoreboard, in Scoreboard.xs: apparently
> ap_exists_scoreboard_image() can return the value 0 even when everything
> is OK,
Can I ask how you found that out? I've been tr
I *finally* managed to get this to work. The problem is in
Apache::Scoreboard, in Scoreboard.xs: apparently
ap_exists_scoreboard_image() can return the value 0 even when everything
is OK, causing the existence test to fail and Apache::Scoreboard not to
load.
The following patch to Scoreboard
Tom Cross wrote:
Ok, I tried that. Then I even setup the perl-status thing that shows my
current status. perl-status shows that Apache2::RequestRec is one of
the modules currently loaded and it even knows about "dir_config"!
diff lib/SOAP/Transport/HTTP.pm lib/SOAP/Transport/HTTP.pm.new
--- li
On Tue, 2006-12-05 at 12:41 -0800, Philip M. Gollucci wrote:
> Preload Apache2::RequestRec () in your startup.pl or in your httpd.conf
> via PerlModule.
>
> Its probably something Apache::SOAP should be doing for you. If this
> fixes it, you should submit a patch to Apache::SOAP.
Ok, I tried
Tom Cross wrote:
According to some bugs in bugzilla.redhat.com, it looks like there is an
issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this
is the case, or if I'm doing something wrong. Is this a mod_perl issue?
I tried the fedora mod_perl (2.0.2) and I built a 2.0.3 mod_per
According to some bugs in bugzilla.redhat.com, it looks like there is an
issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this
is the case, or if I'm doing something wrong. Is this a mod_perl issue?
I tried the fedora mod_perl (2.0.2) and I built a 2.0.3 mod_perl package
and neit
Hi,
I'm trying to use Apache2::Upload as shown in the examples and the only thing I
get is "End of file found" in the error log.
I've found quite a few messages on the subject, but I'm not using Mason and I'm
using libapreq2.0.7.1.
I've tried the fh and slurp methods and both are the same.