Re: No request body when using fastcgi and chunked transfer-encoding

2021-09-13 Thread Tim Siebels
oc/html/rfc3875#section-4.1.2 [2] https://github.com/php/php-src/blob/1f9b044c809159b90a2298aa462346131d1c1207/sapi/fpm/fpm/fpm_main.c#L432 On 13.09.21 13:51, Sergey Kandaurov wrote: On 13 Sep 2021, at 12:32, Tim Siebels wrote: Hi everyone, We are experiencing an issue when using `fastcgi

No request body when using fastcgi and chunked transfer-encoding

2021-09-13 Thread Tim Siebels
never created with buffering off. error.log is empty. Can anyone help us how to debug this further? Thanks, Tim [0] nginx -V for the debian bullseye version nginx version: nginx/1.18.0 built with OpenSSL 1.1.1k 25 Mar 2021 TLS SNI support enabled configure arguments: --with-cc-opt='-

NGINX only enabling TLS1.2 ?

2018-04-17 Thread Tim Smith
Hi, Is there any reason why SSLlabs would report only 1.2 as being available despite the config showing otherwise ? nginx version: nginx/1.13.12 listen 10.10.10.10:443 ssl http2; ssl on; ssl_certificate /etc/nginx/keys/blah.pem; ssl_certificate_key /etc/nginx/keys

Will nginx be relinked to pick up openssl-1.0.2i?

2016-09-21 Thread Tim
Hi all, This may not be the right list but do you know if the Windows nginx binaries will be relinked to pick up the new openssl-1.0.2 which will be released tomorrow (Sept 22)? Tim ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org

NGINX rtmp module multiple push and grab from another app?

2015-05-27 Thread Tim Beyer
ot; - The problem is, that I can't grab "rtmp://IP/4th/xyz" for some reason, but it's OK when I try from "3rd". Any ideas? :/ Best regards, Tim ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx proxy_pass configuration to virtualhost

2014-12-21 Thread Tim Spencer | Spacesharing GmbH
On 21/12/14 11:31, mex wrote: Hi tim, Hi, I would like to redirect to an external URL which is hosted as a apache virtual host. redirect or proxy_pass? correct wording is important here preferred proxy_pass nginx resolves the host of the url which obviously does little to resolve to the

nginx proxy_pass configuration to virtualhost

2014-12-20 Thread Tim Spencer | Spacesharing GmbH
Hi, I would like to redirect to an external URL which is hosted as a apache virtual host. nginx resolves the host of the url which obviously does little to resolve to the correct web root on the server. | server { server_name localhost; location / {

Re: nginx permission denied for upstream unix socket

2014-08-25 Thread Tim
I found the issue by myself. selinux was blocking the access to the socket. This is now fixed. Am 2014-08-25 15:51, schrieb Tim: Am 2014-08-25 15:46, schrieb Valentin V. Bartenev: On Monday 25 August 2014 15:21:44 Tim wrote: Hi, I'm running nginx under CentOS 7 as a local proxy

Re: nginx permission denied for upstream unix socket

2014-08-25 Thread Tim
Am 2014-08-25 15:46, schrieb Valentin V. Bartenev: On Monday 25 August 2014 15:21:44 Tim wrote: Hi, I'm running nginx under CentOS 7 as a local proxy for a puppetmaster. I get the following error for every agent trying to connect to the master: "[crit] 8543#0: *13 connect() to

nginx permission denied for upstream unix socket

2014-08-25 Thread Tim
Hi, I'm running nginx under CentOS 7 as a local proxy for a puppetmaster. I get the following error for every agent trying to connect to the master: "[crit] 8543#0: *13 connect() to unix:/var/run/puppet/puppetmaster_puma.sock failed (13: Permission denied) while connecting to upstream, clien

Re: unable to install nginx via nginx.org repo with centos7

2014-08-22 Thread tim
Am 22.08.2014 um 14:04 schrieb Konstantin Pavlov: > On 22/08/2014 15:49, Tim wrote: >> Hi guys, >> >> I'm running a fresh installed CentOS7 and added your repo via >> http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm >>

unable to install nginx via nginx.org repo with centos7

2014-08-22 Thread Tim
sn't able to find the suitable rpm via the default CentOS repos. Do you have to add it to your mirror? kind regards, Tim ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: 499s and repeated requests

2013-11-07 Thread Tim Düsterhus
of the connection by nginx Firefox would try to repeat the request, instead of showing an error message, until I closed the browser window or nginx served a valid page. The nginx I was running at that time was an nginx 1.4.3 built by dotdeb. Tim ___ nginx m

Re: multiple ssl certificates within single server {} block

2013-11-05 Thread Tim Düsterhus
x.conf includes all the sites-enabled via the line above. The sites-enabled include the respective common.conf / ssl-common.conf like explained in my last mail. Tim ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: multiple ssl certificates within single server {} block

2013-11-05 Thread Tim Düsterhus
tificate /etc/nginx/ssl/com.example.crt; server_name example.com; include /etc/nginx/common.conf; } With the contents of /etc/nginx/common.conf being: location ~ /.ht { return 444; } add_header X-Frame-Options SAMEORIG