I believe parsing custom headers in the filter should not be a problem with
the 'do' and 'get' methods. But how to add them in a CGI environment? As a
quick, dirty and inefficient work-around I consider writing the dynamic
paramenters into a file to be picked up by the filter.
On Sun, Feb 8, 2009
On Sun, 8 Feb 2009, Solutio at Gmail wrote:
> I wonder if there is a workaround for this without adding
> a connection filter?
Try using something like the all-in-one FilterSnoop handler
on the same page at
http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter
- I had goo
Timothy Partee wrote:
>
>
> Quick question for the list. I've been scouring Google looking for
> information on Connection Pooling to MySQL 5.0 in mod_perl2 on Apache2
> using mod_dbd or similar, and while I can find docs for configuring
> mod_dbd in Apache2, and am quite familiar with