Fake Basic Auth

2013-08-24 Thread Christian Felsing
Hello, I am new to nginx and have following problem: Nginx should be used as a reverse proxy and configured for client certificate authentication. Backoffice application supports basic auth only. Apache 2.4 solution for that kind of problems is "Fake Basic Auth" so backoffice application gets a r

Re: Upload timeouts after about 30 seconds

2013-08-24 Thread webmastersitesi
There is problem with client_max_body_size on SSL enabled. I just got same problem on lasted nginx version and it ignores this directive in secure connections. Still looking for solution please help Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242188,242189#msg-242189 __

Upload timeouts after about 30 seconds

2013-08-24 Thread webmastersitesi
Hello, I've a problem with file upload and googling and checking with everything didn't help to solve it. The problem is when file is being uploaded larger than few megs browser repeats request after about 30 seconds, and on the second request after another 30-40s it throws connection reset

Re: 504 Gateway Time-out when calling curl_exec() in PHP with SSL peer verification (CURLOPT_SSL_VERIFYPEER) off

2013-08-24 Thread itpp2012
set PHP_FCGI_CHILDREN=0 set PHP_FCGI_MAX_REQUESTS=1 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242154,242181#msg-242181 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx