Stack Trace:
2025-10-28 20:38:24,695:DEBUG:certbot._internal.main:certbot version: 2.6.0
2025-10-28 20:38:24,695:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot-3
2025-10-28 20:38:24,695:DEBUG:certbot._internal.main:Arguments: ['--apache-ctl', '/usr/sbin/apachectl', '--apache-server-root', '/etc/httpd']
2025-10-28 20:38:24,695:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-10-28 20:38:24,707:DEBUG:certbot._internal.log:Root logging level set at 30
2025-10-28 20:38:24,708:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/ddmsence.urizone.net.conf
2025-10-28 20:38:24,719:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7efd11dfd280> and installer <certbot._internal.cli.cli_utils._Default object at 0x7efd11dfd280>
2025-10-28 20:38:24,729:DEBUG:certbot._internal.storage:Should renew, less than 30 days before certificate expiry 2025-10-28 19:14:45 UTC.
2025-10-28 20:38:24,730:INFO:certbot._internal.renewal:Certificate is due for renewal, auto-renewing...
2025-10-28 20:38:24,730:DEBUG:certbot._internal.plugins.selection:Requested authenticator apache and installer apache
2025-10-28 20:38:24,808:DEBUG:certbot_apache._internal.configurator:Apache version is 2.4.65
2025-10-28 20:38:24,832:WARNING:certbot_apache._internal.apache_util:Error in checking parameter list:
2025-10-28 20:38:24,833:DEBUG:certbot._internal.plugins.disco:Misconfigured PluginEntryPoint#apache: Apache is unable to check whether or not the module is loaded because Apache is misconfigured.
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/disco.py", line 111, in prepare
self._initialized.prepare()
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/configurator.py", line 376, in prepare
self.parser = self.get_parser()
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/configurator.py", line 482, in get_parser
return parser.ApacheParser(
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/parser.py", line 78, in init
self.update_runtime_variables()
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/parser.py", line 293, in update_runtime_variables
self.update_defines()
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/parser.py", line 299, in update_defines
self.variables = apache_util.parse_defines(self.configurator.options.get_defines_cmd)
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/apache_util.py", line 151, in parse_defines
matches = parse_from_subprocess(define_cmd, r"Define: ([^ \n]*)")
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/apache_util.py", line 204, in parse_from_subprocess
stdout = _get_runtime_cfg(command)
File "/usr/lib/python3.9/site-packages/certbot_apache/_internal/apache_util.py", line 237, in _get_runtime_cfg
raise errors.MisconfigurationError(
certbot.errors.MisconfigurationError: Apache is unable to check whether or not the module is loaded because Apache is misconfigured.
2025-10-28 20:38:24,834:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: Authenticator, Installer, Plugin
Entry point: apache = certbot_apache._internal.entrypoint:ENTRYPOINT
Initialized: <certbot_apache._internal.configurator.ApacheConfigurator object at 0x7efd11e9dfd0>
Prep: Apache is unable to check whether or not the module is loaded because Apache is misconfigured.
2025-10-28 20:38:24,835:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: Authenticator, Installer, Plugin
Entry point: apache = certbot_apache._internal.entrypoint:ENTRYPOINT
Initialized: <certbot_apache._internal.configurator.ApacheConfigurator object at 0x7efd11e9dfd0>
Prep: Apache is unable to check whether or not the module is loaded because Apache is misconfigured.
2025-10-28 20:38:24,835:ERROR:certbot._internal.renewal:Failed to renew certificate ddmsence.urizone.net with error: The apache plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError('Apache is unable to check whether or not the module is loaded because Apache is misconfigured.')
2025-10-28 20:38:24,836:DEBUG:certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/certbot/_internal/renewal.py", line 533, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3.9/site-packages/certbot/_internal/main.py", line 1544, in renew_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/selection.py", line 256, in choose_configurator_plugins
diagnose_configurator_problem("authenticator", req_auth, plugins)
File "/usr/lib/python3.9/site-packages/certbot/_internal/plugins/selection.py", line 374, in diagnose_configurator_problem
raise errors.PluginSelectionError(msg)
certbot.errors.PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError('Apache is unable to check whether or not the module is loaded because Apache is misconfigured.')