SHA256
1
0
forked from pool/dehydrated

Accepting request 849382 from security:dehydrated

- dehydrated-apache2: Check for mod_compat (bsc#1178927)

OBS-URL: https://build.opensuse.org/request/show/849382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dehydrated?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-11-19 15:46:30 +00:00 committed by Git OBS Bridge
commit 67eb7583e6
2 changed files with 15 additions and 0 deletions

View File

@ -4,4 +4,14 @@ Alias /.well-known/acme-challenge @CHALLENGEDIR@
AllowOverride None
Require all granted
ForceType text/plain
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
<IfModule mod_access_compat.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 19 11:20:18 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
- dehydrated-apache2: Check for mod_compat (bsc#1178927)
-------------------------------------------------------------------
Mon Sep 14 13:42:19 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>