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

i remember when I was having issues, i did a lot of tracing on $r and $r->prev , so i'd look into putting some data::dumper lines before the $location .

also this might sound stupid, but i've noticed that some apache params want ->xxx() while others want ->xxx -- did you try ->prev() ?

that said- i don't understand how mod_proxy and subrequests fit into all of this-- if you're rewriting redirects , it would seem that you're on a machine acting as a reverse proxy-- so you should just be able to handle that within the original request.


Reply via email to