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