Andrew Maltsev wrote:
Here is the setup:
mod_perl2: redhat 9, mod_perl-1.99_07-5 rpm, httpd-2.0.40-21.5 rpm,
perl 5.8.0, pre-fork mpm.
Please upgrade to mod_perl 1.99_11 and httpd 2.0.46 or higher.
I can post some code snippets if it'll help.
If the problem still persists, please submit a complet
Here is the setup:
mod_perl2: redhat 9, mod_perl-1.99_07-5 rpm, httpd-2.0.40-21.5 rpm,
perl 5.8.0, pre-fork mpm.
mod_perl1: redhat 7.1, mod_perl 1.26, httpd 1.3.22, perl 5.6.1.
I am having some problems porting an application from mod_perl1 to
mod_perl2.
The application installs a PerlTransHand
Internet Billing Programmer / Analyst
Key Responsibilities
· Maintain, improve and run our EclipseNet billing system.
· Create best practices in on-line subscription billing cycle.
· Trouble shoots and resolves billing inconsistencies.
· Work with reporting system to ensure accurate revenu
Hi all,
This is my first mod_perl bug report, so I'd like to start by thanking you
all for your great work over the years.
The problem I am experiencing involves passing a scalar reference (instead
of a scalar) to $r->print(). It usually works as documented. However I
have come across a situati
On Mon, 1 Dec 2003 [EMAIL PROTECTED] wrote:
> Hi All
>
> I'm trying to get the whole http request body with something like:
>
> use Apache ();
> my $r = Apache->request;
>
> also tried:
>
> use Apache::Request;
> my $apr = Apache::Request->new($r);
>
> but failed with the following in the error lo
On Mon, 1 Dec 2003, [iso-8859-1] Patricio Muñoz wrote:
> Hi,
> Finally, apache with mod_perl work fine, the sintaxis are:
>
> LoadFile "d:/perl/bin/perl58.dll"
> LoadModule perl_module modules/mod_perl.so
[...]
> But when I test the sample in ASP, display errors
> This sample work fine in Win98 s.
Hi,
Finally, apache with mod_perl work fine, the sintaxis are:
LoadFile "d:/perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
[...]
Alias /asp/ "D:/Apache/Apache2/asp/"
*CORE::GLOBAL::flock = sub { 1 };
PerlModule Apache::ASP
Options Indexes MultiViews
AllowOverride None
The uploaded file
Apache-SessionManager-1.00.tar.gz
has entered CPAN as
file: $CPAN/authors/id/E/EN/ENRYS/Apache-SessionManager-1.00.tar.gz
size: 27856 bytes
md5: e88605e7130611ff4ea84caadba8e1fc
This is the first both mod_perl 1.0 and 2.0 compatible release.
Changes from previ
On Mon, 1 Dec 2003 [EMAIL PROTECTED] wrote:
> Hi All
>
> I'm trying to get the whole http request body with something like:
>
> use Apache ();
> my $r = Apache->request;
>
> also tried:
>
> use Apache::Request;
> my $apr = Apache::Request->new($r);
>
> but failed with the following in the error lo
In one scenario, I'll redirect the user to another page using LWP. So, I'd like to
get the user credentials in order to authenticate the user. Does PERL have a way to
get the credentials from an HTTP_SERVER_VARS hash or from the httpd password file
(decrypted password)?
Also, is there a way t
Hi All
I'm trying to get the whole http request body with something like:
use Apache ();
my $r = Apache->request;
also tried:
use Apache::Request;
my $apr = Apache::Request->new($r);
but failed with the following in the error log:
Can't locate object method "new" via package "Apache" (perhaps
11 matches
Mail list logo