Re: [users@httpd] Using mod_lua to modify request body before being sent to mod_proxy

2016-04-18 Thread Matt Hughes
.com) wrote: On Fri, Apr 15, 2016 at 9:10 PM, Matt Hughes wrote: > I currently have Apache setup as a reverse proxy to another server. > > I was hoping to use mod_lua to slightly tweak the request body of incoming > requests before sending them off to the other server. I have

[users@httpd] Using mod_lua to modify request body before being sent to mod_proxy

2016-04-15 Thread Matt Hughes
I currently have Apache setup as a reverse proxy to another server. I was hoping to use mod_lua to slightly tweak the request body of incoming requests before sending them off to the other server. I have mod_lua setup enough so that I have a LuaHookInsertFilter that is pointing to my LuaInputFi