https://bugs.koozali.org/show_bug.cgi?id=10920

--- Comment #3 from Jean-Philippe Pialasse <[email protected]> ---
alternatively it could be /var/www/html/.well-known/acme-challenge/ or 
/var/lib/dehydrated/challenges


Alias /.well-known/acme-challenge/ /var/lib/dehydrated/challenges/

<Directory /var/lib/dehydrated/challenges>
  Options None
  AllowOverride None
  Header set Content-Type "application/jose+json"
  <IfModule mod_authz_core.c>
    # Apache 2.4
    Require all granted
  </IfModule>
  <IfModule !mod_authz_core.c>
    # Apache 2.2
    Order deny,allow
    Allow from all
  </IfModule>
  Require method GET POST OPTIONS
</Directory> 


we create the folder owned by www:www and create a symlink  from
Primary/html/.well-known to this folder to avoid breaking existing scripts

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to