[users@httpd] Using mod_lua as OutputFilter and status != 200

2018-09-10 Thread Frank Kuhn
Hi, using mod_lua (httpd: 2.4.34) for rewriting my outgoing content by LuaOutputFilter MyOutputFilter "/my/lib/lua/output-filter.lua" output_filter SetOutputFilter MyOutputFilter works great when the webserver returns content with status 200. Sadly the output_filter-function is not getting

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-10 Thread Jim Jagielski
> On Sep 8, 2018, at 1:08 PM, Osman Zakir wrote: > > If Apache can't pass environment variables to proxied servers One way to do this is to pass the envars as parsable HTTP request headers to the backend.