On Monday, December 22, 2014 11:59:48 AM Jeroen Ooms wrote:
> I would like to use the gunzip module to serve cached, gzipped
> responses to clients that do not support gzip. I am running an Ubuntu
> 14.04 server. According to this post [1] the nginx-extras package
> includes support for gunzip, but
I would like to use the gunzip module to serve cached, gzipped
responses to clients that do not support gzip. I am running an Ubuntu
14.04 server. According to this post [1] the nginx-extras package
includes support for gunzip, but when I add the 'gunzip on;' directive
to my config I get an error t
On Sat, Dec 20, 2014 at 3:46 PM, Chris Stankevitz
wrote:
> 2. the reverse-proxy authenticates the user (ideally using RADIUS or PAM)
>
> 3. the authentication is "cached" and not re-submitted for each page visited
A followup:
I accomplished this using apache 2.4 and mod_auth_xradius
Chris