RE: how do I get the request IP?

2006-10-23 Thread Steve Duran
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

how do I get the request IP?

2006-10-23 Thread Steve Duran
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

RE: [mp2] Env Variable / Oracle config problem

2005-11-18 Thread Steve Duran
? 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: > > >

[mp2] Env Variable / Oracle config problem

2005-11-18 Thread Steve Duran
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

RE: is there a templating system that....

2005-08-12 Thread Steve Duran
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

RE: [MP2] having trouble obtaining $r

2005-08-11 Thread Steve Duran
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

[MP2] having trouble obtaining $r

2005-08-10 Thread Steve Duran
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

RE: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Steve Duran
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

RE: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
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

mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
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