https://bugs.contribs.org/show_bug.cgi?id=11085
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
a better place might be in the
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost to get this
for all the webapps
could be in
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content
another way to avoid both issues with
- proxy pass
- ibay with auth
- webapps virtualhost
put this in httpd.conf at the beginning before all virtualhost
https://github.com/certbot/certbot/issues/2164
<IfModule mod_proxy.c>
ProxyPass /.well-known/acme-challenge !
</IfModule>
Alias /.well-known/acme-challenge /var/www/html/.well-known/acme-challenge
<Directory "/var/www/html/.well-known/acme-challenge">
Options None
AllowOverride None
Require all granted
AddDefaultCharset off
</Directory>
--
You are receiving this mail because:
You are on the CC list 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/