Re: gzip compression and httpd/relayd

2018-01-29 Thread Thuban
* Stuart Henderson le [29-01-2018 08:14:03 +]: > On 2018-01-28, Thuban wrote: > > > >> Yes it's possible. Make sure to set the appriopriate HTTP headers aswell > >> with relayd: read "Accept-Encoding" and if it's acceptable set > >>

Re: gzip compression and httpd/relayd

2018-01-29 Thread Stuart Henderson
On 2018-01-28, Thuban wrote: > >> Yes it's possible. Make sure to set the appriopriate HTTP headers aswell >> with relayd: read "Accept-Encoding" and if it's acceptable set >> "Content-Encoding". > > Indeed, it works. > > relayd.conf : > > match response header

Re: gzip compression and httpd/relayd

2018-01-28 Thread Michael Hekeler
Am Sun, 28 Jan 2018 10:18:30 +0100 schrieb Thuban : > > > Yes it's possible. Make sure to set the appriopriate HTTP headers > > aswell with relayd: read "Accept-Encoding" and if it's acceptable > > set "Content-Encoding". > > Indeed, it works. > > relayd.conf : > >

Re: gzip compression and httpd/relayd

2018-01-28 Thread Hiltjo Posthuma
On Sun, Jan 28, 2018 at 10:18:30AM +0100, Thuban wrote: > > > Yes it's possible. Make sure to set the appriopriate HTTP headers aswell > > with relayd: read "Accept-Encoding" and if it's acceptable set > > "Content-Encoding". > > Indeed, it works. > > relayd.conf : > > match response

Re: gzip compression and httpd/relayd

2018-01-28 Thread Thuban
> Yes it's possible. Make sure to set the appriopriate HTTP headers aswell > with relayd: read "Accept-Encoding" and if it's acceptable set > "Content-Encoding". Indeed, it works. relayd.conf : match response header "Accept-Encoding" value "gzip" match response header set

Re: gzip compression and httpd/relayd

2018-01-27 Thread Michael Hekeler
Am Sat, 27 Jan 2018 09:56:48 +0100 schrieb Thuban : > Thank you for all answers, very interesting. > I'll try to compress some files on my own, we'll see. > > Regards Please give feedback here after you tried it.

Re: gzip compression and httpd/relayd

2018-01-27 Thread Thuban
Thank you for all answers, very interesting. I'll try to compress some files on my own, we'll see. Regards -- thuban signature.asc Description: PGP signature

Re: gzip compression and httpd/relayd

2018-01-26 Thread Stuart Henderson
On 2018-01-25, Thuban wrote: > I'm very happy with relayd + httpd. > Relayd deals with headers and httpd serve files. > > I know httpd doesn't have gzip compression. > > 1. Do you know if it's planned in the future? https://github.com/reyk/httpd/issues/21

Re: gzip compression and httpd/relayd

2018-01-26 Thread Hiltjo Posthuma
On Thu, Jan 25, 2018 at 09:37:06PM +0100, Michael Hekeler wrote: > Am Thu, 25 Jan 2018 19:47:09 +0100 > schrieb Thuban : > > > I'm very happy with relayd + httpd. > > Relayd deals with headers and httpd serve files. > > > > I know httpd doesn't have gzip compression. > >

Re: gzip compression and httpd/relayd

2018-01-25 Thread Michael Hekeler
Am Thu, 25 Jan 2018 19:47:09 +0100 schrieb Thuban : > I'm very happy with relayd + httpd. > Relayd deals with headers and httpd serve files. > > I know httpd doesn't have gzip compression. > > 1. Do you know if it's planned in the future? > 2. Does anyone has a

gzip compression and httpd/relayd

2018-01-25 Thread Thuban
I'm very happy with relayd + httpd. Relayd deals with headers and httpd serve files. I know httpd doesn't have gzip compression. 1. Do you know if it's planned in the future? 2. Does anyone has a workaround to advise? regards -- thuban