Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-11-02 Thread nik mur
Hi Maxim, Thanks for the Tip. It seems that PageSpeed Module was the culprit, after compiling without PageSpeed, GZIP worked perfectly. On Wed, Nov 1, 2017 at 6:03 PM Maxim Dounin wrote: > Hello! > > On Tue, Oct 31, 2017 at 04:51:31PM +0300, Valentin V. Bartenev wrote: > >

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-11-01 Thread Maxim Dounin
Hello! On Tue, Oct 31, 2017 at 04:51:31PM +0300, Valentin V. Bartenev wrote: > On Monday 30 October 2017 10:33:55 nik mur wrote: > > Hi, > > > > Recently I upgraded my nginx to 1.12 version from 1.10 branch. > > > > The build from source went through without any issues, but while starting > >

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-10-31 Thread nik mur
Hi Valentin, My Nginx installs in /usr/local/apps So the gzip.conf file is included from the nginx.conf in the /usr/local/apps/nginx/etc/ directory, so no issues there. This is very strange behavior no errors while building and even the error logs are not helpful, the same structure and

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-10-31 Thread Valentin V. Bartenev
On Monday 30 October 2017 10:33:55 nik mur wrote: > Hi, > > Recently I upgraded my nginx to 1.12 version from 1.10 branch. > > The build from source went through without any issues, but while starting > Nginx I am receiving this error: > > *>>[emerg] 342#342: unknown directive "gzip" in >

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-10-31 Thread nik mur
Hi Zhang, If I pass* --with-http_gzip_filter_module* , the configure script throws me an error unknown option. Googling suggested that you don't need to add this module it's provided by Nginx by default. On Mon, Oct 30, 2017 at 4:24 PM Zhang Chao wrote: > Hi! > > gzip is

Re: [Module] ngx_http_gzip issue : unknown directive "gzip"

2017-10-30 Thread Zhang Chao
Hi! gzip is a directive defined by ngx_http_gzip_filter_module while you only link the ngx_http_gzip_static_module. On 30 October 2017 at 18:34:15, nik mur (nikhil6...@gmail.com) wrote: *http_ssl_module* ___ nginx mailing list nginx@nginx.org

[Module] ngx_http_gzip issue : unknown directive "gzip"

2017-10-30 Thread nik mur
Hi, Recently I upgraded my nginx to 1.12 version from 1.10 branch. The build from source went through without any issues, but while starting Nginx I am receiving this error: *>>[emerg] 342#342: unknown directive "gzip" in /usr/local/apps/nginx/etc/conf.d/gzip.conf:2* GZIP was working fine on