Re: [Apache Module] Request External Redirection

2008-01-14 Thread karim Bendadda
Sorry but I'm a beginer on developping Apache modules...Thank you for your patience... I dont't understand this: > /* set a "Location:" header and 302 redirect. */ Does'it mean to make this??: Redirect /my_module http://10.112.3.20/test Then I tried this: static int my_module_handler (requ

Re: [Apache Module] Request External Redirection

2008-01-14 Thread Joe Lewis
karim Bendadda wrote: Sorry but I'm a beginer on developping Apache modules...Thank you for your patience... I dont't understand this: /* set a "Location:" header and 302 redirect. */ Does'it mean to make this??: No, that is just a C comment. Redirect /my_module http://10.112