Dave Hayes wrote:
> On Fri, 6 Aug 1999, Vivek Khera wrote:
> > Running Apache/1.3.7-dev (Unix) mod_perl/1.19_01-dev, it seems that
> > PerlPostReadRequestHandler is virtual-host bound.
> 
> Yep, and I really have to ask why this is implemented in this fashion?

Because mod_perl lacks a per-server merge configuration merge function.

> Turns out I beat my head against the wall for a few hours until I
> found this mail message. Is there a way to globalize this parameter
> (i.e. allow this handler to be set outside of a virtual host section)?

Yes it's fixed in the CVS tree. If a PostReadRequest handler is installed in
the main server config, it will be used by vhosts, unless they define
their own.

--
Eric

Reply via email to