Transform POST request to GET and pass body in URL

2015-03-26 Thread Kip Coul
Hello, I am using Varnish as a cache and reverse-proxy to distribute requests between different backend workers. The workers expect some parameters, that can be passed either through GET or POST. The way Varnish works is by caching and distributing requests based on the URL. So all GET requests

Re: Nginx with Mailman

2015-03-26 Thread Miguel Clara
On March 26, 2015 1:15:44 PM WET, Silvio Siefke siefke_lis...@web.de wrote: Hello, i try to run mailman on nginx over fcgiwrap. If you can I would suggest uWsgi module instead of fcgiwrap. The sock is present on system and has correct rights, but log say me can not find. config server {

Nginx with Mailman

2015-03-26 Thread Silvio Siefke
Hello, i try to run mailman on nginx over fcgiwrap. The sock is present on system and has correct rights, but log say me can not find. config server { listen 80; listen [::]:80; server_name lists; root /usr/lib64/mailman/cgi-bin; access_log /var/log/nginx/lists.access.log; error_log

Re: Nginx with Mailman

2015-03-26 Thread Francis Daly
On Thu, Mar 26, 2015 at 02:15:44PM +0100, Silvio Siefke wrote: Hi there, i try to run mailman on nginx over fcgiwrap. 2015/03/26 14:13:17 [crit] 13209#0: *21 connect() to unix:/run/list.sock failed (2: No such file or directory) while connecting to upstream, client: 87.161.141.92, server:

proxy pass Изменение заголовков ответа

2015-03-26 Thread sms9
Доброго времени суток. Нужна помощь. Для дебага использую proxy_pass - для транслирования ответа сервера. Так же стоит параметр: proxy_cookie_domain ~.* 127.0.0.1; Но сервер в некоторых случаях выдает заголовок: Set-Cookie:Auth=76cbe7ae-8650-4166-af17-f6ea16690cf8; Domain=...; Path=/; Secure И

nginx - fastcgi / life

2015-03-26 Thread nginxuser100
Hi, FASTCGI is 'built in' NGINX. Can someone from the NGINX organization confirm that there is no plan to retire the FASTCGI support in NGINX? Thank you! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257704,257704#msg-257704 ___ nginx

Re: Intermittent SSL Handshake Errors

2015-03-26 Thread ankneo
That surely helps. So as of now the only way to resolve the issue is going back to u12 version of libssl? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256373,257705#msg-257705 ___ nginx mailing list nginx@nginx.org

Re: Nginx with Mailman

2015-03-26 Thread Steve Wilson
There seems to be a naming issue for the socket. nginx is configured to use /run/lists.sock yet your ls shows lists.sock-1 Steve. On 26/03/2015 13:15, Silvio Siefke wrote: Hello, i try to run mailman on nginx over fcgiwrap. The sock is present on system and has correct rights, but log say

Re: Nginx with Mailman

2015-03-26 Thread Styopa Semenukha
Hi, Your config refers to the file list.sock but your error log complains of listS.sock. Looks like your configuration has changed since Nginx read it. Stop Nginx service and ensure there's no other Nginx process running (e.g. pgrep nginx). Then start a clean instance of the service. On

[nginx] SPDY: fixed error handling in ngx_http_spdy_send_output_...

2015-03-26 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/7ba52c995325 branches: changeset: 6058:7ba52c995325 user: Valentin Bartenev vb...@nginx.com date: Mon Mar 23 20:47:46 2015 +0300 description: SPDY: fixed error handling in ngx_http_spdy_send_output_queue(). diffstat: src/http/ngx_http_spdy.c

Re: Nginx with Mailman

2015-03-26 Thread Silvio Siefke
Yes in nginx config is nginx the user. Thank You Nice Day 2015-03-26 14:23 GMT+01:00 Miguel Clara miguelmcl...@gmail.com: On March 26, 2015 1:15:44 PM WET, Silvio Siefke siefke_lis...@web.de wrote: Hello, i try to run mailman on nginx over fcgiwrap. If you can I would suggest uWsgi

Request_time is always 0.000

2015-03-26 Thread ender
Hello, I need to log transaction time, so I simply add $request_time to my log_format directive. Anyway the value in the access.log in always 0.000 even if the server is under heavy load (siege show transaction time up to 30 sec). This is a just a basic server with no more than one page for

[nginx] Version bump.

2015-03-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5c1b480ddcab branches: changeset: 6057:5c1b480ddcab user: Maxim Dounin mdou...@mdounin.ru date: Thu Mar 26 17:36:39 2015 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)