Re: mod_perl output filter and mod_proxy, mod_cache

2011-07-14 Thread Alex J. G. Burzyński
Hi Tim, If you are after caching the responses, maybe an easier solution would be to use a reverse proxy - like Varnish? You would be then in complete control over the incoming and outgoing headers and could cache responses based on the url / inject Expires headers so browsers could cache them

Re: Custom directive and Location - bug?

2010-12-06 Thread Alex J. G. Burzyński
On 06/12/10 20:39, Philippe M. Chiasson wrote: On 10-11-30 07:51 , Alex J. G. Burzyński wrote: Hi, I've noticed that when using custom directives within nestedLocation the result of $r-location reports the parent one only, instead of the subdir. However if I add PerlSetVar the $r-location

Custom directive and Location - bug?

2010-11-30 Thread Alex J. G. Burzyński
Hi, I've noticed that when using custom directives within nested Location the result of $r-location reports the parent one only, instead of the subdir. However if I add PerlSetVar the $r-location will report the correct one. The way to replicate: please follow the example