Share

submit to reddit Newsvine Delicious Facebook Post to MySpace! Stumble Fark More

Collection View

Nginx

"Nginx open source web server and proxy"
by Cyprix as at Sep 4 2010 12:43pm
Sep 3 2010
5:55pm
Basic Example: WordPress Proxy Caching with FastCGI
I would like to add caching to various wordpress installations (some bloggy, some not). There are no caching plugins installed, as I'd like nginx to handle the caching. The c... more
Sep 3 2010
11:52am
Is Windows version still unstable?
Hi, We are considering using Nginx as a web server (mainly for uploading files). We'd like to use it on Windows - unfortunately Linux is not an option for us. I've been searc... more
Sep 3 2010
12:23am
map optimizing question
Hello, I have 2 huge map variables in my nginx.conf first one contains 350000 hostname records; second one: 115000; First map used for some conditional substitution by hostn... more
Sep 2 2010
8:55pm
proxying SMTP+SSL to SSL-unaware mail server
Hi, Is there a way to make nginx handle all the SSL/STARTTLS and proxy the traffic to SSL-unaware SMTP server? How do I tell nginx not to use SSL when talking to other server... more
Sep 2 2010
6:45pm
mogilefs module 1.0.4
Greetings! nginx mogilefs module 1.0.4 is available for testing. Changes in version 1.0.4: * Added feature: multiple $mogilefs_path variables * Fixed bug: segfault on r... more
Sep 2 2010
3:03pm
nginx-0.8.50
Changes with nginx 0.8.50 02 Sep 2010 *) Feature: the "secure_link", "secure_link_md5", and "secure_link_expires" directive... more
Sep 2 2010
1:02pm
nginx cache seems to swallow Set-Cookie
I run nginx 0.7.67 as a frontend proxy and cache for my Java application running on jetty 7 using proxy_pass and proxy_cache. nginx runs on port 80, the java app on 8080. Th... more
Sep 2 2010
12:20pm
Error Worker process with substitutions4nginx
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Sep 2 2010
8:14am
[ANN] ngx_set_misc v0.14: extending ngx_rewrite's "set" directive
Hi, folks! I'm happy to announce the first public release of our Taobao.com ngx_set_misc module, v0.14. ngx_set_misc is an nginx module that extends the standard ngx_rewrite... more
Sep 2 2010
7:48am
[ANN] ngx_drizzle v0.0.12: better timeout control
Hi, folks! I'm delighted to announce the v0.0.12 release of ngx_drizzle, a non-blocking upstream module that helps nginx talk directly to mysql, drizzle, and sqlite3 servers ... more
Sep 1 2010
11:37pm
Conditional return of proxied responses
Hi Nginx! I'm using nginx-0.8.49 as a caching proxy and would like to configure or implement the following: Proxy incoming request to back-end servers Check HTTP response ... more
Sep 1 2010
10:20pm
nginx core dump
Hi We are using the nginx imap mail module and we are seeing coredumps Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public... more
Sep 1 2010
8:23pm
ContentType - text/css for css files in 304 Not Modified
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Sep 1 2010
7:00pm
conditional cache
I've been trying to set up two separate proxy caches, one for logged in users, one for guests. The one for guests had a very long expiry as guest pages don't change much, User... more
Sep 1 2010
5:33pm
upstream timed out error
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Sep 1 2010
11:59am
nginx 0.8.45-0.8.49 segfault bug
url may cause nginx work process crash the code in src/http/ngx_http_request.c:ngx_http_free_request [b]r->upstream may be a NULL pointer[/b] #0 0x000000000042b368 in ng... more
Sep 1 2010
5:45am
Nginx as reverse proxy to Hudson-Logout issue.
Hello list, I have configured nginx as a reverse proxy to our hudson build server as follows: [b]server { listen 80; server_name koala.proxy.internal;... more
Aug 31 2010
3:15pm
FastCGI Authorizers with nginx
According to the specification FastCGI supports responders, filters and authorizers. Nginx surely supports responders. I'm not sure, if it supports filters, but it definitely ... more
Aug 31 2010
3:08pm
GEOIP not honoring REALIP_MODULE
It is assumed when we use REALIP_MODULE and purposely set REMOTE_ADDR to real ip of our proxies in front that this is the real client IP that GEOIP should be using. example: ... more
Aug 31 2010
2:05pm
IMAP Proxy?
Can nginx be used as a proxy for IMAP, so that multiple users can connect to nginx but the proxied server only sees one connection? If so, how would this be configured? B... more