This worked.
Thanks,
Steve
-Original Message-
From: Perrin Harkins [mailto:[EMAIL PROTECTED]
Sent: Monday, October 23, 2006 1:39 PM
To: Steve Duran
Cc: modperl@perl.apache.org
Subject: Re: how do I get the request IP?
On Mon, 2006-10-23 at 12:05 -0600, Steve Duran wrote
Title: Message
It appears that perl.apache.org is down.
I would like to get the IP address of the request, so
I've tried the following:
my $c = $r->connection(); my $ipAddr =
$c->remote_ip();
I get the following error:
Can't locate object method "remote_ip" via
packag
?
Thanks,
Steve
-Original Message-
From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED]
Sent: Friday, November 18, 2005 2:51 PM
To: [EMAIL PROTECTED]
Cc: modperl@perl.apache.org
Subject: Re: [mp2] Env Variable / Oracle config problem
Steve Duran wrote:
>
>
>
Title: Message
Hello,
I'm trying to
get a basic web app running under mod_perl2, using an Oracle database
connection. After I define the environment variables listed below, the
test script works fine from the command line, but fails with the following error
when I try to run it via
Have you tried Text::TagTemplate?
-Original Message-
From: Jonathan Vanasco [mailto:[EMAIL PROTECTED]
Sent: Friday, August 12, 2005 12:31 PM
To: mod_perl List
Subject: is there a templating system that
can someone suggest to me a templating system that does not have a
mini-langua
This fixed the problems with both Apache2::RequestUtil and Apache2::compat
Thanks!
- Steve
-Original Message-
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 11:01 AM
To: [EMAIL PROTECTED]
Cc: modperl@perl.apache.org
Subject: Re: [MP2] having trouble o
Title: Message
Sorry, my
last email was sent out without a subject.
I'm having
trouble getting the request object from mod_perl. Here is the original
attempt:
#use
Apache2::RequestUtil;use Apache2::compat;use Apache;
my $r =
Apache->request();
This
generates the following error
Try Apache2::compat
-Original Message-
From: Nick Pietraniec [mailto:[EMAIL PROTECTED]
Sent: Monday, June 13, 2005 1:29 PM
To: modperl@perl.apache.org
Subject: install Apache::compat? (Was Can't load perl file)
I think I've found the problem I was having...
When I try to add
PerlMo
Thanks, Fred. It worked.
--
Steve Duran
Web Administrator
-Original Message-
From: Fred Moyer [mailto:[EMAIL PROTECTED]
Sent: Friday, June 10, 2005 2:40 PM
To: Steve Duran
Cc: modperl@perl.apache.org
Subject: Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0
> PerlMod
Title: Message
Hello,
I am trying
to get Apache::AuthCookie to run under Apache 2. I first downloaded and
installed httpd-2.0.54, then mod_perl-2.0.0, then Apache-AuthCookie-3.08.
I have the following lines in my httpd.conf file:
LoadModule
perl_module modules/mod_perl.so
PerlModul
10 matches
Mail list logo