Re: get alert : sem_init() failed (78: Function not implemented

2013-03-04 Thread Sergey Kandaurov
On Mar 4, 2013, at 7:30 PM, Meteor wrote: > Hi All, > > I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start > Nginx, I'l get below error message: > > 2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not > implemented) > 2013/03/04 09:21:27 [alert] 43

Re: USE_THREAD nginx?

2013-03-04 Thread Ensiferous
It's old code left in. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236921,236933#msg-236933 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Any suggestions for setting up Global/Wildcard Errors ?

2013-03-04 Thread Jonathan Vanasco
I'm surprised this hasn't come up before ( I've looked on this archive + Stack Overflow ) There doesn't seem to be a way to catch all errors in nginx. They need to all be specified. I'm using nginx with proxy_intercept_errors, so there can be many different codes. I've built out all the co

Re: Wanted: suggestions on how to invert proxy_pass return codes

2013-03-04 Thread Jonathan Matthews
A slight thinko crept in to my original mail; there's a small difference (which does remove a minor complexity) as I've marked below ... On 4 March 2013 23:58, Jonathan Matthews wrote: [snip] > -- > location /healthcheck/ { >

Wanted: suggestions on how to invert proxy_pass return codes

2013-03-04 Thread Jonathan Matthews
Hi all - I have an odd requirement which I'm not quite able to solve - is there anyone out there with a solution? For reasons I won't go into, but which are unfortunately immovable and quite real, I need to come up with a location stanza that exhibits the following behaviour: ---

Re: nginx stats

2013-03-04 Thread Agus
Is it out there now this module ANdrew? Cheers! 2012/3/29 Andrew Alexeev > On Mar 29, 2012, at 3:52 PM, Samit Pal wrote: > > > Folks, > > > > I'am interested in nginx stats like per return status numbers, bytes > > served etc. I run nginx in a reverse proxy mode. I know parsing logs > > will g

Manage Configuration with external script question...

2013-03-04 Thread Agus
Hi guys, I set up an nginx as reverse proxy and did some scripts so hosts could be added automatically just by entering the name and ip. Pretty basic. Now i am interested in creating a script to manage the whole configuration files of nginx so it can be customized from a basic UI. The first thing

USE_THREAD nginx?

2013-03-04 Thread alexander_koch_log
Hi, I see under auto/options, the macro USE_THREAD is set to no while the configure options are disabled. Out of curiosity, are they planned to bundle threading with the reactor loop in the future? or why is threading set as a "potential" option here? Thanks, Alex

Re: nginx stats

2013-03-04 Thread Neil McKee
Still here. I'm not quite sure what you mean, though. Does the module not compile cleanly for you, or is it missing fields that are needed for reverse-proxy analysis? Neil On Mar 3, 2013, at 9:54 PM, Hailin Zeng wrote: > Hi, I am looking forward the same plugin module. I want to logging on

Re: get alert : sem_init() failed (78: Function not implemented

2013-03-04 Thread Igor Sysoev
On Mar 4, 2013, at 19:30 , Meteor wrote: > Hi All, > > I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start > Nginx, I'l get below error message: > > 2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not > implemented) > 2013/03/04 09:21:27 [alert] 4375

get alert : sem_init() failed (78: Function not implemented

2013-03-04 Thread Meteor
Hi All, I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start Nginx, I'l get below error message: 2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not implemented) 2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not implemented) Th

fastcgi_buffers question

2013-03-04 Thread Anoop Alias
Hi, What is the best configuration for fastcgi_buffers fastcgi_buffers 512 4k; or fastcgi_buffers 4 512k; Both are allocating 2 Mb cache; but which is better . getconf PAGESIZE on my system returns 4k Thank you, -- *Anoop P Alias* GNUSYS

Re: nginx mailing-list and sender filtering (vs BATV)

2013-03-04 Thread Maxim Dounin
Hello! On Mon, Mar 04, 2013 at 05:33:42PM +0400, Sergey Budnevitch wrote: > > On 3 Mar2013, at 08:28 , Phil Pennock wrote: > > > > > But yes, I understand the issue and do use RCPT-time checks myself, > > after normalisation of the sender address, to work around the fact that > > I'm doing s

Re: nginx mailing-list and sender filtering (vs BATV)

2013-03-04 Thread Sergey Budnevitch
On 3 Mar2013, at 08:28 , Phil Pennock wrote: > > But yes, I understand the issue and do use RCPT-time checks myself, > after normalisation of the sender address, to work around the fact that > I'm doing something a little dodgy that might break legitimate mail. Although I have added sender ad

Re: Gzip not compressing response body with status code other than 200, 403, 404

2013-03-04 Thread Maxim Dounin
Hello! On Sun, Mar 03, 2013 at 04:07:50PM +0100, Bruno Prémont wrote: > Hello Maxim, > > On Sat, 01 September 2012 Maxim Dounin wrote: > > On Sat, Aug 25, 2012 at 02:32:02AM -0400, soniclee wrote: > > > > > I met same problem while try to gzip response with other status code. Any > > > update

Re: FastCGI cache has stopped working

2013-03-04 Thread Daniel15
Maxim Dounin Wrote: --- > Nice catch. It's not a bug in nginx though, as HTTP only allows > fixed-width subset of RFC1123, see here: > > http://tools.ietf.org/html/rfc2616#section-3.3.1 > Thanks Maxim! Easy fix. Bug and patch submitted to Mon

Re: NginX and Magento very strange problem (?!)

2013-03-04 Thread Maxim Dounin
Hello! On Sun, Mar 03, 2013 at 10:30:17AM -0500, omolinete wrote: > Hello All, > > This is my first post on the forum, so thank you very much in advance for > your attention on my topic. Hope anyone could help me :) > > The problem we are getting with NginX and Magento, is relating to the > dow

Re: Nginx 0.8.4 Trying to bind on port 80 ?

2013-03-04 Thread plop
An other process is using the same address, chances are it's apache, in that case : sudo /etc/init.d/apache2 stop may correct the problem. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,3498,236899#msg-236899 ___ nginx mailing list nginx@ngin

Re: [HELP] Can't reach my server

2013-03-04 Thread basti
Have you try localhost on the server (use lynx or somethink else)? I think the default.conf is it: server { listen 80; server_name localhost; ... will be only used if you do something likehttp://localhost So change it to your domain. Basti Am 04.03.2013 11:44, schrieb Kaoz: Hi,

[HELP] Can't reach my server

2013-03-04 Thread Kaoz
Hi, I followed this: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6 // Starting nginx:[ OK ] // ps -ef | grep nginx: root 1739 1714 0 09:40 pts/000:00:00 vi /etc/yum.repos/ngin

Timing the backend response...

2013-03-04 Thread John Doe
Hi, in a reverse-proxy setup, what are the options to time the backend response...? There is no timing info in server-status. Is the only way to get them to continually parse the logs for the $request_time and/or $upstream_response_time (and optionally the $body_bytes_sent to calculate the size

Re: Exchange / Outlook - RPC Method and Error 405

2013-03-04 Thread gmor
Hi, Thanks for the explanation. It absolutely makes sense now that you've clarified how Nginx works. Following on from this, I've now chosen to use HAProxy for this particular Exchange / Outlook Anywhere use-case. This supports the 'streaming' model of Outlook Anywhere, by simply passing the dat