Re: [users@httpd] mod_ext_filter and content-encoding

2021-07-25 Thread sebb
On Sun, 25 Jul 2021 at 17:19, Nick Kew wrote: > > > > > On 24 Jul 2021, at 14:59, sebb wrote: > > > > I'm trying to write a filter to add a banner to some HTML pages. > > > > I have used the following definition: > > > > ExtFilterDefine rebootbanner mode=output \ > >intype=text/html

Re: [users@httpd] AddOutputFilterByType: does it work with LuaOutputFilter?

2021-07-25 Thread sebb
On Sun, 25 Jul 2021 at 14:08, Eric Covener wrote: > > On Sun, Jul 25, 2021 at 8:17 AM sebb wrote: > > > > I cannot get AddOutputFilterByType to work with anything other than > > standard filters such as DEFLATE. > > > > Is it supposed to work with user-defined filters such as > >

Re: [users@httpd] mod_ext_filter and content-encoding

2021-07-25 Thread Nick Kew
> On 24 Jul 2021, at 14:59, sebb wrote: > > I'm trying to write a filter to add a banner to some HTML pages. > > I have used the following definition: > > ExtFilterDefine rebootbanner mode=output \ >intype=text/html outtype=text/html \ > cmd="add_banner.sh" > > The script contents

Re: [users@httpd] AddOutputFilterByType: does it work with LuaOutputFilter?

2021-07-25 Thread Eric Covener
On Sun, Jul 25, 2021 at 8:17 AM sebb wrote: > > I cannot get AddOutputFilterByType to work with anything other than > standard filters such as DEFLATE. > > Is it supposed to work with user-defined filters such as > LuaOutputFilter, or with filters defined using mod_ext_filter? It looks like they

[users@httpd] AddOutputFilterByType: does it work with LuaOutputFilter?

2021-07-25 Thread sebb
I cannot get AddOutputFilterByType to work with anything other than standard filters such as DEFLATE. Is it supposed to work with user-defined filters such as LuaOutputFilter, or with filters defined using mod_ext_filter? Sebb