On 2/7/06, Gregory (Grisha) Trubetskoy <[EMAIL PROTECTED]> wrote:
> On Tue, 7 Feb 2006, Graham Dumpleton wrote:
>
> > /* [2 1/2] map filename to storage */
> > ap_hook_map_to_storage(PythonStorageHandler,
> >NULL, NULL, APR_HOOK_MIDDLE);
>
> The function name doe
On Tue, 7 Feb 2006, Graham Dumpleton wrote:
/* [2 1/2] map filename to storage */
ap_hook_map_to_storage(PythonStorageHandler,
NULL, NULL, APR_HOOK_MIDDLE);
The function name doesn't ring a bell, so I probably was not aware of it.
Could this be something m
Graham Dumpleton wrote ..
> Grisha
>
> I have a really obscure question for you.
>
> Was there a specific reason that mod_python did not allow a handler
> to be hooked using ap_hook_map_to_storage()?
>
> I know that the reasons for wanting to do this would be very limited,
> such as if you wante