Re: nginx, solaris, eventport

2013-07-03 Thread Ruslan Ermilov
On Thu, Jul 04, 2013 at 02:13:38AM -0400, drook wrote: > Hi. > > I'm using nginx on Solaris for years. For years I've been experiencing > errors when eventport is on (with /dev/poll everything is fine, but I'm > kinda perfectionist and I want to use native solaris features). > > I realize that sc

nginx, solaris, eventport

2013-07-03 Thread drook
Hi. I'm using nginx on Solaris for years. For years I've been experiencing errors when eventport is on (with /dev/poll everything is fine, but I'm kinda perfectionist and I want to use native solaris features). I realize that screaming "help with eventport" is counter-productive, so how can I loc

Re: nginx cache loader process

2013-07-03 Thread Andrew Alexeev
On Jul 4, 2013, at 4:57 AM, "badtzhou" wrote: > We have several hundred Gs of file cached using nginx. Every time we > restarted nginx, the cache loader process will appear and server load will > go super high and respond very slowly. > > Looks like cache loader process is very I/O intensive and

RE: Nginx upstream servers status

2013-07-03 Thread Sandeep L
Hi, After experimenting with some parameters I used following configuration. upstream appcluster {server host1.example.com:8080 max_fails=1 fail_timeout=1s;server host2.example.com:8080 max_fails=1 fail_timeout=1s;}server {li

nginx cache loader process

2013-07-03 Thread badtzhou
We have several hundred Gs of file cached using nginx. Every time we restarted nginx, the cache loader process will appear and server load will go super high and respond very slowly. Looks like cache loader process is very I/O intensive and take a long time to finish. Is there anyway to get around

Re: Disable access log escaping

2013-07-03 Thread Francis Daly
On Wed, Jul 03, 2013 at 10:54:15PM +0300, Calin Don wrote: Hi there, > I'm using a module which sets some data formated as json to a variable. I'm > trying to log this variable using the access log, but the content is > escaped. I'm getting something like {\x22foo\x22:\x22bar\x22} instead of > {'

Solution for bandwidth limit on Virtualhosts, Nginx.

2013-07-03 Thread BSD Kazakhstan
Hello. I've written a script for having the details of bandwidth usage (100GB per Month, as an example) of hosted websites, for Nginx server. Anyone needs such solution, feel free to contact me. ___ nginx mailing list nginx@nginx.org http://mailman.nginx

error.log file doesn't log "404 File Not Found" errors

2013-07-03 Thread BSD Kazakhstan
My error.log doesn't show any request/log based on .php requests, i.e. when I type /test.php (file doesn't exist), error.log doesn't show anything regarding it. Shouldn't nginx log this request inside error.log as 404 Not Found? Nginx run with php-fpm and everything works ok with php. Any idea? ___

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Francis Daly
On Wed, Jul 03, 2013 at 09:45:44AM -0400, Peleke wrote: > Try Flickr or Google+ instead, that error message isn't related to the > problem I mentioned, sorry. Good news! I see no evidence of the nginx-related problem that you have described, on either of those two pages, so I presume that you fix

Congrats to nginx - now the most used webserver in the top 1000 websites

2013-07-03 Thread Michael Shadle
http://w3techs.com/blog/entry/nginx_just_became_the_most_used_web_server_among_the_top_1000_websites ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Disable access log escaping

2013-07-03 Thread Calin Don
Hi, I'm using a module which sets some data formated as json to a variable. I'm trying to log this variable using the access log, but the content is escaped. I'm getting something like {\x22foo\x22:\x22bar\x22} instead of {'foo':'bar'}. Is there a way to disable the escaping per access_log or per

RE: SPDY Installed but not working?

2013-07-03 Thread Lukas Tribus
Hi! > Missing NPN Extension in SSL/TLS Handshake Did you compile openssl on your own? Can you post the output of "openssl version -a"? Sounds to me as if OpenSSL was build without TLS extensions. Thanks, Lukas _

SPDY Installed but not working?

2013-07-03 Thread benseb
We have installed Nginx on CentOS 6. This is a new install using Nginx 1.4.1 and OpenSSL 1.0.1e We then confgured our vhosts to use SPDY, however using a few different tests, it's showing that SPDY is not enabled? There are no messages in the logs and it restarts fine? spdycheck.com: ---

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Peleke
Try Flickr or Google+ instead, that error message isn't related to the problem I mentioned, sorry. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240504,240539#msg-240539 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: nginx-1.5.2

2013-07-03 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.2 for Windows http://goo.gl/SO98Q (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availabl

RE: Nginx upstream servers status

2013-07-03 Thread Sandeep L
While looking at logs following message appeared: [error] 16488#0: *80 upstream timed out (110: Connection timed out) while connecting to upstream, client: IP, server: , request: "GET /assets/images/transparent.png HTTP/1.1", upstream: "http://host2.example.com:8080/assets/images/transparent.png

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Francis Daly
On Tue, Jul 02, 2013 at 08:16:00PM -0400, Peleke wrote: Hi there, > Sorry, maybe it is only related to the permalink structure which worked with > Apache before server move. Could be; the fact that this is a new nginx deployment which used to be an apache deployment is probably useful informati