Collection View

Nginx

"Nginx open source web server and proxy"
by Cyprix as at Feb 5 2012 6:52pm
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] -... 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 virtualh... 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... 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; ... loca... 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... more
Feb 3 2012
3:25am
Running ownCloud3 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
This tutorial shows how you can install and run ownCloud3 on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronou... 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 T... more
Feb 2 2012
3:54am
Would like to implement WebSocket support
 Hi all! I've implemented the WebSocket wire protocol as an incremental parser, making it suitable for use in high-end asynchronous servers such as NGINX. The code is open... more
Feb 1 2012
7:24pm
Apply URL encoding during rewrite rule
Hi, I need to do a redirect and pass the old URL to the redirected destination. How might I achieve this using nginx? I tried a rewrite rule simply: rewrite ^/(.*) $sc... more
Feb 1 2012
4:31pm
UserDir
I'm having trouble getting UserDir to work. I think it has something to do with the PHP fastcgi options. Can someone please take a look at my configuration and double check wh... more
Feb 1 2012
8:39am
status 0 on proxy MISS
Hello. I'm using nginx as proxy for an apache. Somtimes, on a MISS, the logged status is 0, instead of 200 (or anything else). The log format is configured like this: log_fo... more
Feb 1 2012
5:32am
Files in location
Hello, I would like to set up a rule redirecting the root location to another address, but to serve files inside this location directly. I tried the following: location = / {... more
Feb 1 2012
5:17am
error_page 413 in nginx 1.1.14
Hi, I was using nginx 1.1.14, and I have an error_page configuration like this client_body_max_size 10m; error_page 413 /error/http/413; When I POST-ed a 15mb file to /erro... more
Jan 31 2012
1:24pm
rtsp over http response blocked by nginx
Hello I am trying to use NGINX as reverse proxy for streaming using QuickTime and rtsp over http. QuicKTime send an http GET to my reverse proxy in a public zone, then my rev... more
Jan 31 2012
12:46pm
ip_hash load balancer incompatible with IPv6 compat. sockets
I'm using nginx to distribute the load over 3 webservers using the ip_hash method. When the listening socket is IPv4/IPv6 compatible ( listen [::]:443; ) only one of the back... more
Jan 31 2012
11:45am
A low keepalive and limit_conn
Using keepalive (on zero) and connection limit, will the limit_conn ever be hit if I had a low keepalive? keepalive_timeout 0; limit_conn_zone $binary_remote_addr zone=ad... more
Jan 31 2012
11:41am
IPv6 support for reverse proxy
Hi, Can we use nginx to act as a reverse proxy for IPv6 servers? i.e., server { listen [::]:80; listen 80; server_name kame-experiment.net *.kame-e... more
Jan 31 2012
10:16am
HttpRewriteModule and use more than 10 variables
Hi, In a rewrite, is it possible to use more than 9 variables ? How i can use $10, $11, ... ? rewrite "^/img/([0-9a-zA-Z]{1})([0-9a-zA-Z]{7})([0-9a-zA-Z]{1})([0-9a-zA-Z]{7... more
Jan 30 2012
5:50pm
Module Advice - Cassandra / Thrift
Hi all ... looking for some advice. I am looking to use the lau module in conjunction with a module that talks to nosql cassandra database. A couple of questions: Does a mod... more