RE: [users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-26 Thread Rommel Sharma
g the request URL details using PerlOutputFilterHandler On 06/25/2012 03:57 PM, Rommel Sharma wrote: > I am using PerlOutputFilterHandler. I need to customize/filter the output > based on where (for which resource) the request came from. > > How can I find the URL from where the reques

Re: [users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-25 Thread Torsten Förtsch
On 06/25/2012 03:57 PM, Rommel Sharma wrote: > I am using PerlOutputFilterHandler. I need to customize/filter the output > based on where (for which resource) the request came from. > > How can I find the URL from where the request was made? sub filter { my ($f, $bb)=@_; my $r=$f->r;

[users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-25 Thread Rommel Sharma
Hi All, I am using PerlOutputFilterHandler. I need to customize/filter the output based on where (for which resource) the request came from. How can I find the URL from where the request was made? Thanks, Rommel. - To unsubscr