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
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='-
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
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
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
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
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 / {
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
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
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
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
>>
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
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
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
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
15 matches
Mail list logo