Re: [users@httpd] Apache 2.2 and tls 1.2

2020-07-23 Thread Tom Browder
On Thu, Jul 23, 2020 at 12:51 Tom Jubb wrote: > Understood. Just trying to exhaust all possible solutions before doing an OS > upgrade. FYI, I recently completed a local src build of Apache 2.4.43 (and APR and APR-UTIL), and OpenSSL 1.1.1g on Debian 10 Buster. I have documented the process on

Re: Re: [users@httpd] Disabling access for git to specific Directory with Apache Basic Authentication

2020-07-23 Thread qv...@gmx.de
Sorry about that, let's try that with a pastebin: https://pastebin.com/UHcZ3KJz On 23/07/2020 22:23, Antony Stone wrote: On Thursday 23 July 2020 at 22:13:38, qv...@gmx.de wrote: I have git setup with my Apache2 server and it serves git request just fine. Now I want to setup Basic

RE: [users@httpd] Apache mod_autoindex and mod_deflate (gzip). Can't get pages compressed

2020-07-23 Thread Artem
Hi all! Is my email went to mail list successfully? I am just not sure. Thanks! -- Regards, Art -Original Message- From: Artem [mailto:e...@mail.ru.INVALID] Sent: 18 July 2020 13:59 PM To: users@httpd.apache.org Subject: [users@httpd] Apache mod_autoindex and mod_deflate (gzip). Can't

Re: [users@httpd] Disabling access for git to specific Directory with Apache Basic Authentication

2020-07-23 Thread Antony Stone
On Thursday 23 July 2020 at 22:13:38, qv...@gmx.de wrote: > I have git setup with my Apache2 server and it serves git request just > fine. Now I want to setup Basic Authentication for this, so not > everybody can use every directory. My goal is that only the ADMIN group > has access to the

[users@httpd] Disabling access for git to specific Directory with Apache Basic Authentication

2020-07-23 Thread qv...@gmx.de
I have git setup with my Apache2 server and it serves git request just fine. Now I want to setup Basic Authentication for this, so not everybody can use every directory. My goal is that only the ADMIN group has access to the complete `/var/www/html/git` directory and my GITGROUP can access *only*

Re: [users@httpd] Apache 2.2 and tls 1.2

2020-07-23 Thread Tom Jubb
Understood. Just trying to exhaust all possible solutions before doing an OS upgrade. We need to change Apache to use mod_nss instead of mod_ssl to enable TLS. This used to work just fine (I've installed this on OES/SLES11), and you will in fact find it discussed here:

Re: [users@httpd] Apache 2.2 and tls 1.2

2020-07-23 Thread Dennis Clarke
On 7/23/20 4:41 PM, Tom Jubb wrote: > New certs will successfully installed on Apache 2.2 Apache 2.2 ? That was End of Life a while ago. You have a bigger problem. Migrate to 2.4.43 and then deal with certs and such. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard

[users@httpd] Apache 2.2 and tls 1.2

2020-07-23 Thread Tom Jubb
New certs will successfully installed on Apache 2.2 but browsers now compain as they are not tls 1.2 compliant: https://www.ssllabs.com/ssltest/analyze.html?d=mail.gg-law.com=on So, my consultant said we needed to change Apache to use mod_nss instead of mod_ssl to enable TLS. install mod_nss