On Fri, 27 Oct 2006, John ORourke wrote:

Hi folks,

I've implemented some custom config directives, works fine.

However, when my MapToStorage handler asks for the per_dir_config hash, it seems to be getting the server config - all other handlers get the per-dir no problem.

My guess is that you cannot access MapToStorage because at this phase the request has not yet been associated with a particular filename or directory [1].

[1]
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlMapToStorageHandler

Reply via email to