mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 01:28:25 -04:00
Merge pull request #2171 from letsencrypt/kill-22
Temporarily disable Apache 2.2 support
This commit is contained in:
commit
8cc0d156e2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
# Set Version
|
||||
if self.version is None:
|
||||
self.version = self.get_version()
|
||||
if self.version < (2, 2):
|
||||
if self.version < (2, 4):
|
||||
raise errors.NotSupportedError(
|
||||
"Apache Version %s not supported.", str(self.version))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue