Re: Simple mod_perl Question

2005-01-07 Thread J b
> * Jeff Bisbee ([EMAIL PROTECTED]) wrote: > > # set actual ip of host doing the requesting instead of the > proxy > > my ($actual_remote_ip) = split /,/, > $r->header_in('X-Forwarded-For'); > > $r->connection->remote_ip($actual_remote_ip) if > $actual_remote_ip; > > > > I just wanted

Re: building 64-bit

2004-05-14 Thread J b
Well, I looked through the old code (manually, like an archeologist), and it goes way, way, way back to version 1.2 (6 years, 4 months ago): http://cvs.apache.org/viewcvs.cgi/modperl/Makefile.PL?r1=1.2&r2=1.3&diff_format=h First seen here on line 294 as: $EXTRA_CFLAGS .= join(" ", split(",", "

building 64-bit

2004-05-14 Thread J b
Hello list, Long time lurker, first time poster. I'm trying (and I think I've succeeded) to build mod_perl 1.3.29 64-bit with apache 1.3.31 on Solaris 8. Perl 5.8.4 compiled 64-bit successfully. The problem I'm having is that modperl's Makefile.PL mutilates the CFLAGS that perl built with. Specifi