Re: [users@httpd] VirtualHost and SSLProtocol settings ignored.

2020-10-14 Thread Thomas Plant
Thanks for the explanation. I've read that using a dedicated IP for the Virtualhost would work? Am 14.10.2020 um 11:29 schrieb Stefan Eissing: There has been work done by Ylavic regarding this. I do not known in which release his changes made it. However, up to then, certain SSL* configs did

Re: [users@httpd] VirtualHost and SSLProtocol settings ignored.

2020-10-14 Thread Thomas Plant
Am 14.10.2020 um 10:56 schrieb Thomas Plant: Hello, I have a virtualhost where i need to allow only TLSv1.2. Tried following config:   ServerName xx   ServerAlias xx .. ..  cut rest to shorten a bit ..   SSLEngine On   SSLProtocol -all +TLSv1.2   SSLCertificateFile /etc/letsencrypt

[users@httpd] VirtualHost and SSLProtocol settings ignored.

2020-10-14 Thread Thomas Plant
Hello, I have a virtualhost where i need to allow only TLSv1.2. Tried following config:   ServerName xx   ServerAlias xx .. ..  cut rest to shorten a bit ..   SSLEngine On   SSLProtocol -all +TLSv1.2   SSLCertificateFile /etc/letsencrypt/live/x/cert.pem   SSLCertificateKeyFile

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Thomas Plant
Hi, do not know if this applies to your problem, but I had the same error a few months ago, in a server acting as 'normal' http server, not a proxy setup. I'm using MPM worker and an httpd, 2.4.6 from CentOS, and had to set MaxRequestsPerChild 0 in the worker configuration. On CentOS 7 it is

Re: [users@httpd] fcgi error ap_pass_brigade failed

2017-09-21 Thread Thomas Plant
Ähm, forgot the used software: running on Centos 7.4.1708 / httpd-2.4.6-67 / mod_fcgid-2.3.9-4 Am 21.09.2017 um 14:25 schrieb Thomas Plant: Hello all, I have setup a Webserver and see a lot of the following errors: [Wed Sep 20 16:28:48.332977 2017] [fcgid:warn] [pid 14969:tid

[users@httpd] fcgi error ap_pass_brigade failed

2017-09-21 Thread Thomas Plant
Hello all, I have setup a Webserver and see a lot of the following errors: [Wed Sep 20 16:28:48.332977 2017] [fcgid:warn] [pid 14969:tid 140600728618752] (32)Broken pipe: [client x.x.x.x:55994] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://example.com/