the http output chain is empty.

2014-04-13 Thread Makailol Charls
Hello! I have been getting few of this error in the Nginx log file. Could anyone have Idea what could be the reason for this error and how to fix it? Nginx version is 1.5.12 . Thanks, Makailol ___ nginx mailing list nginx@nginx.org http://mailman.nginx

Re: SlowFS Cache or Proxy_Cache for GridFS

2014-04-13 Thread reviyou
Thanks Roberto, since we are not using python in our stack I just realized that we can keep async script\route as part of our play application and only add proxy_cache nginx configuration for this route. I think we can even leave it without the same app server and application, would be simpler to

Re: nginx segfaulting with mod_security

2014-04-13 Thread Robert Paprocki
Hi Maxim! Thank you for your response, always nice to actually hear back from someone knowledgeable. Once thing I had noticed while looking at backtraces (coredumps seem to indicate segfaults occurring in a number of places, not just filter_module.c:121) was that every bt seemed to include gzip mo

Re: nginx imaps auth_http dovecot

2014-04-13 Thread Shawn Za
Does this mean that from the nginx proxy to the backend, the passwords will fly through the internet wide open if the backend is a remote machine? Maxim Dounin wrote in post #995934: > 2. SSL backends isn't supported by nginx mail proxy, you need > non-ssl backend and direct nginx to it. > > BT

Re: IMAP: auth_http

2014-04-13 Thread Shawn Za
Does this location snippet go inside the mail directive or outside of it in nginx.conf? I only have 1 backend, I am using it to proxy for http but also need imap/smtp proxy for it. When i use location inside the mail directive and reload nginx, it throws an error Maxim Dounin wrote in post #11

Problems with PHP authentication imap/smtp proxy

2014-04-13 Thread cybermass
I managed to write my php auth script but still having problems authenticating. Also this is what I see in the logs: [error] 22014#0: *3234 recv() failed (111: Connection refused) while in http auth state, client: back.end.ip server: 0.0.0.0:993, login: "u...@domain.com" Also do I call this scrip

Re: Issue with OCSP stapling when server certificate has been revoked by CA

2014-04-13 Thread shimi
On Sun, Apr 13, 2014 at 6:11 PM, Maxim Dounin wrote: > Hello! > > On Sun, Apr 13, 2014 at 01:55:24PM +0300, shimi wrote: > > > On Sun, Apr 13, 2014 at 1:39 PM, Maxim Dounin > wrote: > > > > Hello! > > > > > > As long as no good OCSP response is received, nginx will not > > > staple anything as i

Re: Issue with OCSP stapling when server certificate has been revoked by CA

2014-04-13 Thread Maxim Dounin
Hello! On Sun, Apr 13, 2014 at 01:55:24PM +0300, shimi wrote: > On Sun, Apr 13, 2014 at 1:39 PM, Maxim Dounin wrote: > > Hello! > > > > As long as no good OCSP response is received, nginx will not > > staple anything as it doesn't make sense (moreover, it may be > > harmful, e.g. if the respons

Re: Issue with OCSP stapling when server certificate has been revoked by CA

2014-04-13 Thread shimi
On Sun, Apr 13, 2014 at 1:39 PM, Maxim Dounin wrote: Hello! > > As long as no good OCSP response is received, nginx will not > staple anything as it doesn't make sense (moreover, it may be > harmful, e.g. if the response isn't verified). > > > Hello! Thank you for your answer. So I understand th

Re: Issue with OCSP stapling when server certificate has been revoked by CA

2014-04-13 Thread Maxim Dounin
Hello! On Sun, Apr 13, 2014 at 11:27:17AM +0300, shimi wrote: > Hi, > > I'm contacting the list after doing some Google-foo and not finding > anything - not sure if this is due to my searching skills, or because > nobody ever asked about this... pardon me if it's a known issue, and a link > to a

Re: nginx segfaulting with mod_security

2014-04-13 Thread Henry Suhatman
B. On Apr 13, 2014 5:18 PM, "Maxim Dounin" wrote: > Hello! > > On Sat, Apr 12, 2014 at 04:44:28PM -0700, Robert Paprocki wrote: > > > Hello, > > > > I have compiled nginx-1.5.13 with modsecurity-2.7.7 and am seeing > > occasional segfaults when sending requests to the server. mod_security > > was

Re: nginx segfaulting with mod_security

2014-04-13 Thread Maxim Dounin
Hello! On Sat, Apr 12, 2014 at 04:44:28PM -0700, Robert Paprocki wrote: > Hello, > > I have compiled nginx-1.5.13 with modsecurity-2.7.7 and am seeing > occasional segfaults when sending requests to the server. mod_security > was compiled as a standalone module per the instructions made availabl

Issue with OCSP stapling when server certificate has been revoked by CA

2014-04-13 Thread shimi
Hi, I'm contacting the list after doing some Google-foo and not finding anything - not sure if this is due to my searching skills, or because nobody ever asked about this... pardon me if it's a known issue, and a link to a relevant resource would be appreciated in such a case. I'm using Nginx as