mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Unfortunately, the way that Apache merges the configuration directives is different for mod_rewrite and <Location> / <Directory> directives. To work around basic auth in VirtualHosts, the challenge override Include had to be split in two. The first part handles overrides for RewriteRule and the other part will handle overrides for <Directory> and <Location> directives.
Apache plugin for Certbot