Re: [Patch] mod_ssl SSL_CLIENT_CERT_SUBJECTS - access to full client certificate chain

2014-11-06 Thread Andreas B.
Am 06.11.2014 um 08:34 schrieb Dirk-Willem van Gulik: On 06 Nov 2014, at 07:05, Kaspar Brand wrote: 11.3.1 Certificate exact match … CertificateExactAssertion ::= SEQUENCE { serialNumber CertificateSerialNumber, issuerName } ... (i.e., we are again back at the point th

mod_proxy: unwieldy unix socket implementation.

2014-03-18 Thread Andreas B.
Hello, I saw the new unix sockets for mod_proxy in 2.4.9 and I am wondering why there has to be a special url format. Wouldn't it be possible to supply the socket path as a proxy parameter? I have something like this in mind: ProxySet "unix=/run/php-fpm/php-fpm.sock"