Re: [users@httpd] Restricting an Apache Module (Handler) to a Virtual Host

2012-07-07 Thread Eric Covener
On Sat, Jul 7, 2012 at 9:12 AM, Daniel Ruggeri wrote: > On 7/6/2012 2:44 PM, Andrew wrote: >> I have written an Apache Module that performs an internal redirect >> (ap_internal_redirect) based on certain conditions. Then mod_proxy >> handles proxying the request to a backend server. I'm using the

Re: [users@httpd] Restricting an Apache Module (Handler) to a Virtual Host

2012-07-07 Thread Daniel Ruggeri
On 7/6/2012 2:44 PM, Andrew wrote: > I have written an Apache Module that performs an internal redirect > (ap_internal_redirect) based on certain conditions. Then mod_proxy > handles proxying the request to a backend server. I'm using the > ap_hook_post_read_request hook with APR_HOOK_MIDDLE. I wou

[users@httpd] Restricting an Apache Module (Handler) to a Virtual Host

2012-07-06 Thread Andrew
I have written an Apache Module that performs an internal redirect (ap_internal_redirect) based on certain conditions. Then mod_proxy handles proxying the request to a backend server. I'm using the ap_hook_post_read_request hook with APR_HOOK_MIDDLE. I would like to restrict this handler to a singl