On 9/25/07, André Warnier <[EMAIL PROTECTED]> wrote:
>  From what I understand of the documentation, by the time we get to the
> input filter, we are already at the Response stage, which means all the
> stuff about interpreting the headers, and assigning the request to
> mod_jk, is already done. No ?

No.  
http://perl.apache.org/docs/2.0/user/handlers/filters.html#HTTP_Request_Versus_Connection_Filters

> The mod_jk "re-direction" is specified in httpd.conf by the following
> kind of config lines :
>
> <IfModule mod_jk.c>
>      JkMount /xyz ajp13
>      JkMount /xyz/* ajp13
> </IfModule>

You'll have to find out what the JkMount directive does.  It probably
just sets a few Location mappings for you.  Ask the mod_jk list.

- Perrin

Reply via email to