mod_perl2 send original requested url
- by spoier
Hello all, I have a mod_perl module to intercept the http response fase but I just want to intercept it and satisfy that request... In other words, I want to get the request and return what the client requested... I have something like this:
use strict;
use Apache2::RequestRec (); # for $r->content_type
use Apache2::RequestIO (); #…