On Wednesday 14 August 2013 04:39:04 nmarques wrote: > Dear people, > > I used for a while the nginx-extras 1.4.1 for Ubuntu 12.04 LTS (precise); I > used this package since it supported 'more_clear_headers' which was useful > to hide some headers (LifeRay headers). As you have guessed, I'm using > nginx for reverse proxying and from a while for caching (as an alternative > to varnish). > > I've run into a strange problem; If I use nginx-full I have no problems > what-so-ever and the cache manager/loader do run properly and it works like > I charm (but I can't hide the headers! any alternative method is most > welcome); If I use the nginx-extras the cache manager/loader is utterly > broken and I get this output: [...]
Why don't you use "proxy_hide_header" (or "fastcgi_hide_header" in case if you use fastcgi)? http://nginx.org/r/proxy_hide_header http://nginx.org/r/fastcgi_hide_header [...] > Now, either this build has some addon which breaks nginx (?) or the build > somehow is broken in some weird way... The "nginx-extras" package from debian/ubuntu community repository has many 3-rd party modules that can break nginx. We recommend official nginx packages: http://nginx.org/en/linux_packages.html wbr, Valentin V. Bartenev -- http://nginx.org/en/donation.html _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
