Tyler MacDonald wrote: > Geoffrey Young <[EMAIL PROTECTED]> wrote: > >>I've seen this recently as well, but I don't think it's primarily an >>Apache-Test issue. at least not a code-based one - I think it happens when >>stale A-T files are left lying around and are reused under various >>circumstances... > > > Aha! That did it. :) Thanks!!!
and here's why http://svn.apache.org/viewcvs.cgi/perl/Apache-Test/trunk/lib/Apache/TestServer.pm?rev=357718&r1=226979&r2=357718 the t_pid_file option was added in 1.28 and your 1.27 apache_test_config.pm doesn't have a slot for it. I've committed something to svn that will help for 1.27 -> 1.29 users, but it's a shame we didn't catch this before 1.28 made it into the wild. oh, well... actually, we should probably embed the A-T version into apache_test_config.pm and reconfigure if the A-T in %INC is newer than the version in the file. any takers? --Geoff