Feed View

gmane.comp.web.nginx.english

 http://blog.gmane.org/gmane.comp.web.nginx.english via rss feed as at Feb 9 2012 1:01am
Feb 8 2012
12:49pm
Is sendfile_max_chunk needed when using aio on FreeBSD 9?
Hi all, Following Igor's advice [1], I'm using the following configuration for file handling on FreeBSD 9.0 amd64: sendfile on; aio sendfile; tcp_nopush on; read_ahead 256K; My understanding of this setup is that sendfile, which is a synchronous o... more
Feb 8 2012
11:30am
Beginner developer question: streaming mjpeg in nginx
Hi to all, I'd like to stream live, continuous Motion JPEG throught nginx web server. Right now, I have a little program that captures the frames from my hardware, separates them with boundaries and send them to stdout. Here's, schematically, wha... more
Feb 8 2012
7:44am
Invalidate just one page under a location directive.
Hi all, A section of my virtual(say /industry) is cached with proxy_cache_key $scheme$host$request_uri; key. This will cache all pages under this virtual. I do cache invalidation by firing a request with proxy_cache_bypass Now if I nee... more
Feb 8 2012
5:43am
How do I cache a page for logged-in user?
Hi all, I maintain sessions with cookie name as "company_sessionid" having the session info. Now if I need to cache for that user or per user, how should I construct my proxy_cache_key? -Quintin _______________________________________________ ngin... more
Feb 8 2012
1:03am
HA cookie-based routing in the cloud
We are looking for a solution for "sticky bit routing" based on cookies that will run on Amazon's EC2 cloud. I've looked at the sticky module (although not the source yet) and it ~may~ be capable of doing what we need, but I thought I'd ask the for... more
Feb 7 2012
11:54pm
proxy_buffering off causes truncated responses when backend emitsresponse in small chunks
We use nginx as both a load-balancer and webserver. This issue is with the nginx functioning as a load-balancer. We reverse proxy to 6 nginx webservers running a number of Unicorn (Rails) application servers, these webserver nginx instances also run... more
Feb 7 2012
10:26pm
How to Autstart Nginx - php-cgi.exe
Hey, I'm fairly new to this' and I really need help! My php-cgi.exe off automatically after 10-20 min. Does anyone have the energy and time to look at it? I will pay for it. I really hope someone will help me with this problem. Posted at Nginx Forum... more
Feb 7 2012
3:57pm
Re2:
Hi, ok, no problem! http://www.dekalb911.org/httphome76solutions37752.php?gysCID=14 Tue, 7 Feb 2012 16:57:56 _________________________________ "The girl sat down on the grassy bank, pulled Cora down beside her and in her gentle, kindly ... more
Feb 6 2012
6:11pm
Nginx 1.0.12 proxy_redirect
I was really hoping this feature from the 1.1.11 realse would make it into the next stable release (1.0.12) *) Feature: the "proxy_redirect" directive supports variables in the first parameter. Looks like it didn't make the cut. Any chance of making... more
Feb 6 2012
4:58pm
Using alias with variables
Hello everybody, I need to use the alias setting from a request made to /test/str1_str2/, so path become /var/www/data/str1_cache_str2/. I don't understand how to extract str1, str2 and convert to str1_cache_str2. Thank you very much L. Posted at N... more
Feb 6 2012
4:15pm
Autoindex module extension [patch]
Hello, I have written an extension for the Autoindex module that adds two new directives. I've included the patch against the latest 1.1.14 version of nginx, as well as the documentation for the Wiki. Max autoindex_omit_index_of syntax: autoinde... more
Feb 6 2012
2:47pm
nginx-1.0.12
Changes with nginx 1.0.12 06 Feb 2012 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the "ssl_protocols" directive. *) Feature: the "if" SSI command supports captures in regular ex... more
Feb 6 2012
1:28pm
Undefined symbols for architecture i386
Hello, problems installing Mac OS X 10.6.8 arch i386 pcre 8.21 nginx 1.1.14 make - ok make install: objs/src/http/modules/ngx_http_browser_module.o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o objs/src/http/modules/ngx_htt... more
Feb 5 2012
5:02am
A topology when nginx is in reverse-proxy mode? support ?
hi all: please see the following topology in my test-bed, it always accesses the first website in reverse-proxy. 1. Topology Outside -------------------[ NAT Device] -----------------[nginx with reverse-proxy]----------------Web1 (1.1.1.1:80)... more
Feb 4 2012
6:33pm
php-fpm response codes
Hi! Does anyone know where to find information about php-fpm response codes? I am interested in 302, looks like this response linked with my internal server error. thx! ... more
Feb 4 2012
4:59pm
internal server error
Hi all! I have got a Debian 6.0.3 server, with nginx 1.0.11 and php5-fpm 5.3.10. I have a virtualhost using PHPBB. I randomly get Internal Server Error 500 for this virtualhost. There is no trace of any error in nginx error log, nor php-fpm error ... more
Feb 3 2012
7:16pm
Redirecting based on cookie value
Hi, I'm want to redirect the user based on the value of a cookie, if present. The scenario is one where there is a "starter" homepage for first time users. As soon as users login, I write a cookie with the relative path of another homepage. If the... more
Feb 3 2012
3:26pm
Is this how variable (set $var) inheritance works?
(doesn't seem to be specified in documentation) My test showed: - anything set in server { } block is inherited: server { set $something /usr/share/something; ... location / { location /nested/ { # $something is set to /usr/share/so... more
Feb 3 2012
10:01am
running phpmyadmin on non-standard dir
hi. I'm new to Nginx. I'd like to make serve phpmyadmin on a non-standard url. I'm on debian, and following this howto works great: http://rubyist-journal.com/2010/02/28/howto-nginx-php5-mysql-phpmyadmin-ubuntu-shortest-se tup/ but if I change it th... more
Feb 2 2012
9:32pm
Optimizing and cleaning config file
Can someone help optimize and clean my config file Im sure it can be made better, also would like it so its easier to add other servers to it http://pastebin.com/eUk2Vwrq Thanks Daniel Posted at Nginx Forum: http://forum.nginx.org/read.php?2,221913,221913#msg-221913 ... more