Jonathan --
Thanks for the suggestions... See below...
> personally, I've never been able to get subrequests and requests to
> work together nicely, so i've just replaced all internal redirects
> with external redirects
These actually are external redirects that we're handling (302 w/ Locat
We need to rewrite redirects coming back from Apache2 mod_proxied sites
(specifically, change http urls to https urls). We already have
ProxyErrorOverride turned on for our proxied pages (and we need it for
other things), so we decided that using an "ErrorDocument 302" and a
little custom handler
I was going through the filters documentation for mod_perl 2.0 here:
http://perl.apache.org/docs/2.0/user/handlers/filters.html
Under "All-in-one" filter, there's some source code for Dump.pm. Run
on my system under mod_perl 2.0.0 and Apache 2.0.54, it returns the
following error:
Can't locate