mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
enable mod_rewrite
This commit is contained in:
parent
d7989650f3
commit
de1d5c1abb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class ApacheHttp01(common.TLSSNI01):
|
|||
"""Make sure that we have the needed modules available for http01"""
|
||||
|
||||
if self.configurator.conf("handle-modules"):
|
||||
needed_modules = ["alias"]
|
||||
needed_modules = ["rewrite"]
|
||||
if self.configurator.version < (2, 4):
|
||||
needed_modules.append("authz_host")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue