[users@httpd] mod_proxy_http and input filters

2010-11-11 Thread Lawrence S K Ong
Can someone please help me with this issue? I have recently created an input filter. This input filter was created to modify the POST uri on the condition that the body matches a certain string. After the uri is modified, mod_proxy_http would send the correct POST uri to the backend server. Yes

Re: [users@httpd] mod_proxy_http and input filters

2010-11-17 Thread Lawrence S K Ong
e per-server config structures */ NULL,/* command apr_table_t */ register_hooks /* register hooks */ }; Let me know if you require further information and thanks for the reply. Lawrence 2010/11/17 Igor Galić > > - "Lawrence S K Ong" wrote: > > >