Re: apache 1.37 + mod_perl + libapreq

2006-09-26 Thread Philip M. Gollucci
David Scott wrote: > Guys, > > I'm trying to build a bundled version of Apache 1 + mod_perl but am > having a hell of a time building the Apache::Request and Apache::Cookie > modules. > > I've built the shared object version of libapreq and that works fine > (I've got my Apache 1.37 in a special

apache 1.37 + mod_perl + libapreq

2006-09-26 Thread David Scott
Guys, I'm trying to build a bundled version of Apache 1 + mod_perl but am having a hell of a time building the Apache::Request and Apache::Cookie modules. I've built the shared object version of libapreq and that works fine (I've got my Apache 1.37 in a special source file and libapreq finds

Re: Apache2::Upload Works in Test Environment But Not In Test Environment

2006-09-26 Thread Philip M. Gollucci
Jay Truesdale wrote: > I am having a strange problem with Apache2::Upload in a Mason mod_perl > environment. It works on a test box running Centos (2.6.9-42.0.2.EL) > but then crashes on a production box running RHEL (2.6.9-42.0.2.ELsmp) > as shown here: As I tried to say yesterday, but had e-mail

Re: make test failure Test.pm line 500

2006-09-26 Thread Philip M. Gollucci
Rippetoe, David wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > Getting error during make test. Pattern match error in Test.pm line 500 > - my @digits = shift =~ m/(\d+)\.?(\d*)\.?(\d*)/; I'm not sure when/where/how, but this is fixed in

make test failure Test.pm line 500

2006-09-26 Thread Rippetoe, David
-8<-- Start Bug Report 8<--1. Problem Description:  Getting error during make test.  Pattern match error in Test.pm line 500 - my @digits = shift =~ m/(\d+)\.?(\d*)\.?(\d*)/; Ran below: t/TEST -clean t/TEST -verbose t/api/aplog.t   t/logs/error_log  

Re: How to get remote host address in Apache::Request

2006-09-26 Thread Jeff Pang
Sorry for the trouble,I've got it.It's '$r->get_remote_host'. -Original Message- >From: Jeff Pang <[EMAIL PROTECTED]> >Sent: Sep 26, 2006 5:22 AM >To: modperl@perl.apache.org >Subject: How to get remote host address in Apache::Request > >Hello,list, > >I want to get the remote client's IPs

How to get remote host address in Apache::Request

2006-09-26 Thread Jeff Pang
Hello,list, I want to get the remote client's IPs in Apache::Request like the method of '$q->remote_host()' in CGI.pm. Can you help me?Thank you. -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com