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

2012-06-26 Thread Rommel Sharma
from all staticweb is under htdocs and jbossweb is an app-context deployed in jboss . Rommel. -Original Message- From: Torsten Förtsch [mailto:torsten.foert...@gmx.net] Sent: Monday, June 25, 2012 9:44 PM To: users@httpd.apache.org Cc: Rommel Sharma Subject: Re: [users@httpd] Gettin

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;