Re: websocket backend

2013-04-18 Thread djczaski
This looked interesting but I ran into two issues. I need to be able to filter publishes on a connection basis. Also, the GPLv3 license is not suitable for my project. On Fri, Mar 15, 2013 at 7:46 PM, Nikolas Stevenson-Molnar < nik.mol...@consbio.org> wrote: > I haven't tried it yet, but nginx-p

Re: php supports

2013-04-18 Thread miguelmclara
What do you mean by "php nginx"? You can serve php in different ways so to speak... for example with fastcgi...I prefer php-fpm... Kadm5 is a php extension... so has long has you have it installed in your system and if it's the case all required dependences all should be fine.  

Re: php supports

2013-04-18 Thread Jonathan Matthews
On 18 April 2013 20:04, Friedrich Locke wrote: > Hi folks, > > I wonder if i can use php with ldap support in nginx ? > does kadm5 PECL is supported too by php nginx ? Nginx proxies requests to PHP, which runs separately from Nginx. PHP is not embedded within Nginx like it is with Apache. This me

php supports

2013-04-18 Thread Friedrich Locke
Hi folks, I wonder if i can use php with ldap support in nginx ? does kadm5 PECL is supported too by php nginx ? Thanks once more. Best regards, Gustavo. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

kerberos

2013-04-18 Thread Friedrich Locke
I wonder if nginx supports kerberos in the same sense as apache does! I mean: with apache i may specify if i will want SSO or password (by retrieving the password from the kerberos database). The configuration options are: KrbMethodNegotiate off/on KrbMethodK5Passwd off/on These

Re: Proxy cache

2013-04-18 Thread henrique matias
Am completely sure its possible, am just not the nginx specialist, so i might not point you to the best directions. But as far as i understand in my little time together with things beautiful thing called nginx, you should have a look on this: http://wiki.nginx.org/HttpCoreModule#root let me kno

Proxy cache

2013-04-18 Thread kristofer
Hello, I am using nginx as a reverse proxy to cache content for an application. Requests to the application are expensive, so I would like to set up caching so that if the file exists in nginx, it won't even bother querying the backend server. I can't seem to figure out what I am missing.

Re: Exchange / Outlook - RPC Method and Error 405

2013-04-18 Thread akam
Thank you, I'll try to modify it, because don't work for me too :) Apr 18 15:39:21 localhost haproxy[32134]: 217.118.93.107:25372 [18/Apr/2013:15:39:21.100] ft_exchange~ ft_exchange/ 129/-1/-1/-1/+129 302 +101 - - PR-- 0/0/0/0/0 0/0"GET / HTTP/1.1" By the way, are you use haproxy only for exchange

Re: Exchange / Outlook - RPC Method and Error 405

2013-04-18 Thread gmor
Hi, Happy to share my config. This is based on HAProxy Version 1.5-Dev17. It's by no means perfect, but's working for us at the moment: global # Default Maximum Number of Connections. Used to set ulimit -n maxconn 2 # Run as a Daemon Service in the Background daemon # Define the

Re: Exchange / Outlook - RPC Method and Error 405

2013-04-18 Thread akam
So, anyone know, will be this feature in future betas or releases? (I tryed to use haproxy, but it don't work :( can you please share your config? ) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236709,238473#msg-238473 ___ nginx mailing li

Re: listen backlog

2013-04-18 Thread crazynuxer
thanks, Rizki On Thu, Apr 18, 2013 at 4:45 PM, Igor Sysoev wrote: > On Apr 18, 2013, at 13:40 , crazynuxer wrote: > > Dear All, > > I have some vhost with nginx , when I set backlog at some vhost, I get > error > > nginx: [emerg] duplicate listen options for 0.0.0.0:80 in > >

Re: listen backlog

2013-04-18 Thread Igor Sysoev
On Apr 18, 2013, at 13:40 , crazynuxer wrote: > Dear All, > > I have some vhost with nginx , when I set backlog at some vhost, I get error > > nginx: [emerg] duplicate listen options for 0.0.0.0:80 in > > my question is. When we configure 1 vhost with backlog option , it will be > applied to

listen backlog

2013-04-18 Thread crazynuxer
Dear All, I have some vhost with nginx , when I set backlog at some vhost, I get error nginx: [emerg] duplicate listen options for 0.0.0.0:80 in my question is. When we configure 1 vhost with backlog option , it will be applied to all vhost or not? and if not, how , I'm configure backlog option

Re: HealthCheck in Baseconfiguration

2013-04-18 Thread HajoLOcke
Hello, thanks for your quick response. I tried the HttpHealthcheckModule 2 years ago. Then this module only worked in combination with round_robin and not ip_hash. Has this situation changed? May be i dont need this Module, but i want to do some tests with it. Thanks, Hajo Posted at Nginx Foru

Re: Is it possible that nginx will not buffer the client body?

2013-04-18 Thread double
Hmm, this patch is still not in nginx-1.3.16. It would be great to have this feature in vanilla nginx. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,234926,238461#msg-238461 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai

Re: Subrequests: returning response to client

2013-04-18 Thread Maxim Dounin
Hello! On Thu, Apr 18, 2013 at 12:55:16AM -0400, davidjb wrote: > I'm currently looking to extend the 'Auth Request' > (http://mdounin.ru/hg/ngx_http_auth_request_module/) Nginx add-on module and > have the module be able to conform (at least wherever possible) to the > FastCGI "Authorizer" speci

Re: HealthCheck in Baseconfiguration

2013-04-18 Thread Andrew Alexeev
On Apr 18, 2013, at 12:37 PM, "HajoLOcke" wrote: > Hello, > > i use nginx 1.0.12 and 1.2.4 > I know there is a special healthcheckmodule. But i want to know if nginx ist > doing a kind of healtcheck in its basic Configuration without the special > HttpHealthcheckModule. Is nginx able to check an

HealthCheck in Baseconfiguration

2013-04-18 Thread HajoLOcke
Hello, i use nginx 1.0.12 and 1.2.4 I know there is a special healthcheckmodule. But i want to know if nginx ist doing a kind of healtcheck in its basic Configuration without the special HttpHealthcheckModule. Is nginx able to check and/or weight his backend in a simple base Configuration? Thanks