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
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
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
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
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