Re: Porting 1.x -> 2.x, some weird results

2003-12-01 Thread Stas Bekman
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

Porting 1.x -> 2.x, some weird results

2003-12-01 Thread Andrew Maltsev
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

[JOB] Internet Billing Programmer / Analyst

2003-12-01 Thread Cahill, Earl
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

[BUG] Inconsistent $r->print() behavior with references

2003-12-01 Thread Jonathan Field
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

Re: Can't locate object method "new" via package "Apache"

2003-12-01 Thread Randy Kobes
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

Re: mod_perl and Apache::Registry

2003-12-01 Thread Randy Kobes
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.

Re: mod_perl and Apache::Registry

2003-12-01 Thread Patricio Muñoz
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

[ANNOUNCE] Apache::SessionManager 1.00 (mp1/mp2 compatible)

2003-12-01 Thread Enrico Sorcinelli
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

Re: Can't locate object method "new" via package "Apache"

2003-12-01 Thread Randy Kobes
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 cre

2003-12-01 Thread Charlie Smith
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

Can't locate object method "new" via package "Apache"

2003-12-01 Thread modperl
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