New comment by kartikynwa on void-packages repository https://github.com/void-linux/void-packages/pull/31342#issuecomment-856079230 Comment: So I tried this package today and it works. It requires some setup though: 1. Some Apache modules need to be enabled -- ssl, rewrite and maybe one other. 2. It needs to be run with flags `--apache-ctl /usr/bin/apachectl --apache-server-root /etc/apache`. Looks like this cannot be preconfigured while packaging. Unless we ship it as a patch. I can try filing a PR in the certbot repo for an override file like they have for a bunch of distros ([Arch for example](https://github.com/certbot/certbot/blob/master/certbot-apache/certbot_apache/_internal/override_arch.py))