SHA256
1
0
forked from pool/dehydrated

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

OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=64
This commit is contained in:
Daniel Molkentin 2020-11-19 11:29:46 +00:00 committed by Git OBS Bridge
parent 9d2a8c99b9
commit bc6d4bfda6
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>