Re: Retrieving address via remote_ip

2005-02-19 Thread William McKee
On Fri, Feb 18, 2005 at 10:58:20PM -0500, Stas Bekman wrote: it's set in server/core.c: apr_sockaddr_ip_get(c-remote_ip, c-remote_addr); it obtains this information from the live socket connected to a client, whereas Apache-Test tries to resolve the hostname of your machine since at

Retrieving address via remote_ip

2005-02-18 Thread William McKee
Hi, I am seeking some assistance in tracking down a problem with building Apache 2.0.53 + mod_perl2.0.0-RC4 under a FreeBSD 5.3 jailed environment using gcc 3.4.2 and perl 5.8.6. One of the mod_perl tests is failing because it is getting a different remote_ip address than the address being

Re: Retrieving address via remote_ip

2005-02-18 Thread Stas Bekman
William McKee wrote: Hi, I am seeking some assistance in tracking down a problem with building Apache 2.0.53 + mod_perl2.0.0-RC4 under a FreeBSD 5.3 jailed environment using gcc 3.4.2 and perl 5.8.6. One of the mod_perl tests is failing because it is getting a different remote_ip address than the