diff --git a/actions/apache b/actions/apache index 01f5e8e93..a703e1588 100755 --- a/actions/apache +++ b/actions/apache @@ -120,6 +120,7 @@ def subcommand_setup(arguments): webserver.enable('proxy', kind='module') webserver.enable('proxy_http', kind='module') webserver.enable('proxy_fcgi', kind='module') + webserver.enable('proxy_html', kind='module') webserver.enable('rewrite', kind='module') webserver.enable('macro', kind='module') diff --git a/plinth/modules/apache/__init__.py b/plinth/modules/apache/__init__.py index 581d36979..9d2a96fae 100644 --- a/plinth/modules/apache/__init__.py +++ b/plinth/modules/apache/__init__.py @@ -20,7 +20,7 @@ FreedomBox app for Apache server. from plinth import actions -version = 6 +version = 7 is_essential = True