Re: MapToStorageHandler and custom config

2006-10-28 Thread John ORourke
Thanks for the answers folks... I must've been having a blonde moment, I'm sure I knew that somewhere. Skipping the directory walk is one of the reasons I'm using a MapToStorage handler - no need for all that disk access - but I'm also using it to map /content/some/path onto /content//some/pat

Re: MapToStorageHandler and custom config

2006-10-27 Thread Geoffrey Young
William A. Rowe, Jr. wrote: > Fred Moyer wrote: > >>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 con

Re: MapToStorageHandler and custom config

2006-10-27 Thread William A. Rowe, Jr.
Fred Moyer wrote: > 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 pe

Re: MapToStorageHandler and custom config

2006-10-27 Thread Fred Moyer
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

MapToStorageHandler and custom config

2006-10-27 Thread John ORourke
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. Any ideas? cheers John