diff --git a/plinth/modules/config/__init__.py b/plinth/modules/config/__init__.py index d16ba4f3f..33029161b 100644 --- a/plinth/modules/config/__init__.py +++ b/plinth/modules/config/__init__.py @@ -39,7 +39,7 @@ _description = [ 'like hostname, domain name, webserver home page etc.') ] -depends = ['firewall', 'names'] +depends = ['apache', 'firewall', 'names'] APACHE_CONF_ENABLED_DIR = '/etc/apache2/conf-enabled' APACHE_HOMEPAGE_CONF_FILE_NAME = 'freedombox-apache-homepage.conf'