Re: [users@httpd] SetHandler proxy fcgi: Prevent adding the current document root

2020-10-14 Thread Robin Kluth
I already tested a bit with rewrite bit my and your variant is not working. If I set your variant the result is: mod_proxy_fcgi.c(995): [client 172.31.30.115:54624] AH01076: url: fcgi://127.0.0.1:9005//opt/data/another proxyname: (null) proxyport: 0, referer: http://nextcloud.jki.intern/ mod_pr

Re: [users@httpd] SetHandler proxy fcgi: Prevent adding the current document root

2020-10-14 Thread Eric Covener
On Wed, Oct 14, 2020 at 9:47 AM Robin Kluth wrote: > > Hi, > > > I have a short question to the Apache pro's ;) > > > I setup a vHost with Document pointing to /opt/data > > A PHP-FPM instance is set up inside a docker container. > > > SetHandler "proxy:fcgi://127.0.0.1:9005/" > > > So, Apache d

[users@httpd] SetHandler proxy fcgi: Prevent adding the current document root

2020-10-14 Thread Robin Kluth
Hi, I have a short question to the Apache pro's ;) I setup a vHost with Document pointing to /opt/data A PHP-FPM instance is set up inside a docker container. SetHandler "proxy:fcgi://127.0.0.1:9005/" So, Apache does the following now: I access the web page and Apache serves every non

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

2020-10-14 Thread Stefan Eissing
It could be that they match more strongly and surpass the file order. But I guess it will then switch all vhosts to TLSv1.2. > Am 14.10.2020 um 11:47 schrieb Thomas Plant : > > Thanks for the explanation. > I've read that using a dedicated IP for the Virtualhost would work? > > Am 14.10.2020 um

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 o

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

2020-10-14 Thread 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 only apply from the _first_ VirtuaLHost for a given port. Subsequent declarations in other vhosts had no effect. (This is probably all historical

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/li

[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 /etc