William McKee wrote:

BTW, this is a different issue:

  t/TEST t/preconnection/note.t -v
  # testing : connection notes
  # Failed test 1 in t/preconnection/note.t at line 16
  # expected: 127.0.0.1
  # received: 166.70.252.34

Here the Apache API: my $ip = $c->remote_ip; sees 166.70.252.34

whereas Apache-Test sees 127.0.0.1. I suppose 166.70.252.34
is the external IP of the same machine.

Try to debug our_remote_addr() in Apache/TestConfig.pm to figure out why there is a difference (most likely it defaults to resolving 'localhost')

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to