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