Doug MacEachern wrote: >>For some reason, Apache->request->dir_config returns an empty table (no >>keys or values) even though Apache->server->dir_config has the revelant >>config info. > > > i can see why this is happening, the per-server and per-dir tables are not > merged. one thing that'll work in the meantime is $r->dir_config($key), > which looks in the per-server table if the per-directory entry does not > exist.
How come the modperl/dir_config.t test wasn't catching that? I thought we didn't have this test, but then I've found it. Or do we still miss some test, please tell me which. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
