1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Merge pull request #2319 from letsencrypt/revert-2295-revert-2201-revert-2171-kill-22

Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
This commit is contained in:
bmw
2016-01-29 17:41:40 -08:00

View File

@@ -155,7 +155,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
# Set Version
if self.version is None:
self.version = self.get_version()
if self.version < (2, 4):
if self.version < (2, 2):
raise errors.NotSupportedError(
"Apache Version %s not supported.", str(self.version))