Hi modperl,
The SYNOPSIS for Apache::TestRequest says :
use Apache::Test qw(ok have_lwp);
use Apache::TestRequest qw(GET POST);
use Apache::Constants qw(HTTP_OK);
plan tests => 1, have_lwp;
my $res = GET '/test.html';
ok $res->code == HTTP_OK, "Request is ok";
But, this
On Wednesday, June 22, Joel Bernstein wrote:
> Try seeing if you can remove unicode from the equation. RH Perl often
> has odd utf-8 settings. Build a non-utf8 perl and link mod_perl with
> that?
>
> Also, it may be as simple as removing .utf8 from $LANG. A lot of RH
> boxes I've seen set LANG=en
Hi Modperlers,
I saw some recent posts with problems like this, but I didn't see
a solution.
I'm migrating a large mod_perl application from a machine with redhat
7.3, apache-1.3.27, mod_perl-1.27, and perl 5.6.1 to a machine with
Redhat Enterprise Linux AS 3, mod_perl-1.29, apache-1.33, and perl