On Tue, 28 Aug 2001, Gary Benson wrote: > > Hi all, > > The tests for mod_access fail if 127.0.0.1 does not resolve as "localhost" > (mine resolves as "localhost.localdomain"). This patch fixes it.
excellent! however, your patch did not apply for me, maybe you needed to cvs up first? the first two hunks applied with offset, so that would seem to be the case. i added your code to determine localhost to Apache::TestConfig, so you can say: my $localhost_name = Apache::TestConfig->default_localhost; if you could resubmit against the current version using that method, that would be great. thanks.
