On Tue, 25 Sep 2001, Stas Bekman wrote:
 
> that's how it should be but I don't see this happening. The thing you 
> are talking about is supposed to happen in 
> modperl_config.c:modperl_config_dir_merge right? But this function has 
> no access to modperl_config_srv_t, so it doesn't do the merge with any 
> settings done on the server level.

look at 1.x.  there are two dir_config tables, one per-directory and
and one per-server.

> Still let's say that this works, run-time can always call 
> $s->dir_config->set(foo => $bar), how a call to $r->dir_config can know 
> about this change in the same request?

again, look at 1.x please.  if a lookup fails for $r->dir_config it looks
in $r->server->dir_config.  but there is no merging when that function is
called.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to