Hi everybody,

       I'm coding an Apache 2.2 module wich has an HTTP request as input. In
the code I'll need to redirect request (The same HTTP request).

      I tried the *apr_table_setn(r->headers_out, (const
char*)"Location",loc); *but it doesn't redirect the input request.. I want
to try to make a hook on the mod_proxy module on my module Apache: something
like that:

/*code.....*/

hook(my_request, mod_proxy);

/*code...*/

Did you tried this?

Thank you for help.

-- 
Karim

Reply via email to