Re: fastcgi cache path keys zone=name:size (1 reply)
Hello!On Tue, May 13, 2014 at 04:48:56AM -0400, beatnut wrote:> I found similar information about :>> limit_req_zone $binary_remote_addr zone=one:1m "One megabyte zone can> keep about 16...
View Articleembedded perl for nginx official release ? (4 replies)
Hi all,I am searching for information about the embedded perl Nginx roadmap...Is it planned to replace standard nginx by this one ? Or to integrateembedded perl into nginx official release ? Or maybe...
View Articleperl module for nginx (2 replies)
Hello,I am trying to build a perl access handler module into nginx, thanks tothis API :http://nginx.org/en/docs/http/ngx_http_perl_module.htmlbut I have some difficulties to do so.Indeed, I would need...
View ArticleUnexpected SSL Behavior with Virtual Hosts (1 reply)
Sorry for posting this twice. I posted it in the "How to" forum last week, there haven't been any replies, so I thought I'd try again.I'm using nginx for multiple virtual hosts on the same physical...
View ArticleDirectly redirecting prefix location to named one (no replies)
I am considering the following locations:location / {proxy_pass http://upstream;}location /documents/ {try_files $uri @upstream;}location @upstream {proxy_pass http://upstream;}I would like to have a...
View ArticleUnable to cache long cache url (no replies)
Hello Every One,I am trying to cache a long string query url with proxy_cache_key. I am not sure where I am doing wrong. I tried different proxy_cache_key patterns. Not sure where I am doing wrong. If...
View Articleinvalid URL prefix errors - auth_request with proxy pass to https (1 reply)
I want to authorize requests using a remote server that is using ssl. WhenI make requests with https I get nginx errors but when I use http it works.Now that I am writing this I'm thinking the issue is...
View ArticleServing wordpress from subdomain (1 reply)
My setup is nginx + php-fpm. I am running a web application on domain.com and I am serving a wordpress configuration from domain.com/blog.The problem is that the web app is served from...
View ArticleSSL Authentication: $ssl_client_verify (no replies)
I have the following server configuration for client-authentication:ssl on;ssl_certificate /.../certificate.pem;ssl_certificate_key /.../private.pem;ssl_client_certificate...
View Articlenginx1.4.7 ip_hash load balancing strategy (2 replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleMemcached (3 replies)
Hi:Have anyone used the thirdparty "memc-nginx-module" module for the memcached operation. I am interested for a memcached module. So, I am evaluating which one to use and their differences and the...
View ArticleIssue with nginx_http_push_module (no replies)
We are using nginx as a web/comet server to provide push notification to our web-app. We have been running fine on nginx 1.0.11 and nginx_http_push_module verson 0.692, on ubuntu 10.04 servers, for...
View Article[ANN] Windows nginx 1.7.1.3 RedKnight (no replies)
17:21 17-5-2014 nginx 1.7.1.3 RedKnightGo ask Alice, I think she'll know, When logic and proportion havefallen dead And the white knight is talking backwards And the redqueen's lost her head Remember...
View Articleproblem with php script (1 reply)
hii' using a script on apache and now i want to use it on nginx, but it does not work. hears my codes and config.(i use windows)please help me. sorry for my long topicnginx.conf:#user...
View Articlehelp нужно передать куки (need to transfer cookies) (no replies)
Что делаю не так? Дайте пример конфигурации nginx с проксированием кук взаголовках. Необходимо проксировать все куки. Не могу получить списоккук в nginx(не статика). По возможности включите в конфиг...
View Articlefilter content by checksum (1 reply)
How can I configure nginx to manipulate the content of http-response, forexample filtering the content of the response by checksum?_______________________________________________nginx mailing...
View Articlenginx add trailing slash with wrong port (3 replies)
nginx rewrites :> http://localhost:8081/filesto :> http://localhost:81/files/ # wrong port !while apache rewrites :> http://localhost:8082/filesto> http://localhost:8082/files/is it...
View ArticleNginx 1.7.0: location @php (5 replies)
Hi all,I'm trying to understand why the use of this configuration code does not work:location ^~ /setup {auth_basic "Restricted Access";auth_basic_user_file htpasswd;try_files $uri $uri/...
View Articleconnection starvation problem (1 reply)
hi:In man epoll , a section refer to "epoll edge trigger starvation problem", and around to this we need to maintain a ready list instead of read socketuntil EAGAIN. but i didn't find any related...
View ArticleIs there any way to access upstream response from configuration? (4 replies)
Hi,I am trying to make caching selective based on cookies set by upstream.Example: worpress sets wordpress_test_cookie for every page, thus preventing caching of pages unless Set-Cookie headers are...
View Article