in reply to testing modperl2 handler

Test it online, with the Apache::Test framework. There's a nice article about it on perl.com. Offline testing would take a lot of work to fake, and is probably not worth it.

Replies are listed 'Best First'.
Re^2: testing modperl2 handler
by water (Deacon) on Feb 17, 2005 at 04:45 UTC
    Thanks for the suggestion. I'm now grappling with a
    waiting 60 seconds for server to start: .Can't locate lib.pm in @INC ( +@INC contains:
    error... not sure how to config the test apache, even after reading the docs
      Better to ask on the mailing list. I haven't seen this error before myself.
        Nope, I am not explicitly using or developing lib.pm.... I think this file is used implicitly... from my research, this error indicates a misconfigured perl. While my perl(s) work, I clearly don't have the sub-perls w/in Apache::Test working right yet. I'll post when I get this resolved...