From d9946b9ab478026defed364485d970b4041e1a2a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Aug 2020 22:39:29 +0200 Subject: Adapt Apache2 snippet to Apache2 2.4. --- Changelog | 1 + snippets/apache2.conf | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 45e7a99..95d17bf 100644 --- a/Changelog +++ b/Changelog @@ -3,6 +3,7 @@ lacme (0.7) UNRELEASED; + Default listening socket for the webserver component is now /run/lacme-www.socket. (It was previously under the legacy directory /var/run.) + + Adapt Apache2 snippet to Apache2 2.4. * Makefile: major refactoring, add install and uninstall targets, honor BUILD_DOCDIR and DESTDIR variables. * Install lacme manual to section 8. diff --git a/snippets/apache2.conf b/snippets/apache2.conf index e1d56a9..c42a9fb 100644 --- a/snippets/apache2.conf +++ b/snippets/apache2.conf @@ -6,7 +6,6 @@ ProxyPass unix:///run/lacme-www.socket|http://localhost/.well-known/acme-challenge/ - Order allow,deny - Allow from all + Require all granted -- cgit v1.2.3