From: Ken Youens-C. <ky...@gm...> - 2005-04-19 14:29:32
|
I'm trying out a ProxyPass set up in mod_perl to say something like "/foo" proxies to "localhost:8080." I'm using the "http_modperl.conf" file for my proxied VirtualHost, and it has the line: PerlPostReadRequestHandler OpenInteract::ProxyRemoteAddr But Perl can't find that module installed, CPAN doesn't seem to know about it, and I can't find it here: http://search.cpan.org/~cwinters/OpenInteract-1.99_06/ ky |