You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Nick Kew <ni...@webthing.com> on 2010/07/24 18:48:31 UTC

Re: svn commit: r962989 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS docs/manual/mod/mod_dir.xml modules/mappers/mod_dir.c

On 24 Jul 2010, at 16:56, Jeff Trawick wrote:

> If a module specifies mod_dir.c as a predecessor for a fixups hook,
> that module's fixups hook will be placed between the two fixups hooks
> of mod_dir.c.

Would you prefer to put the two functions into a single hook?

-- 
Nick Kew

Re: svn commit: r962989 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS docs/manual/mod/mod_dir.xml modules/mappers/mod_dir.c

Posted by Jeff Trawick <tr...@gmail.com>.
On Sat, Jul 24, 2010 at 12:48 PM, Nick Kew <ni...@webthing.com> wrote:
>
> On 24 Jul 2010, at 16:56, Jeff Trawick wrote:
>
>> If a module specifies mod_dir.c as a predecessor for a fixups hook,
>> that module's fixups hook will be placed between the two fixups hooks
>> of mod_dir.c.
>
> Would you prefer to put the two functions into a single hook?

yes, until/unless APR hook sorting is fixed to accommodate multiple
hooks from a given module when handling successor/predecessor