> > If you want to create template objects with different
> > constructor arguments per request (different template
> > search paths) you would want to create a new object per request.
> 
> No!  Don't do that!  Just change the include path on your 
> existing object.

How do you do that under Apache::Template? Can you do it per <Directory ...> or 
<Location ...>?

I really need that to work so that Templates under /customer/ don't try and load 
templates from /private/ without me having to create two entirely different servers or 
teach A::T enough respect that it will create two handles in the same config...

--mark


Reply via email to