mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Revert "Revert "Revert "Temporarily disable Apache 2.2 support"""
This commit is contained in:
parent
33e0c8fe74
commit
609776a709
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue