From ee82bafb476767657f991b0a71d17f7c37e2284a Mon Sep 17 00:00:00 2001 From: Tube <7u83@mail.ru> Date: Mon, 13 Nov 2023 01:17:32 +0100 Subject: [PATCH] enables service under FreeBSD --- apache.cf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache.cf b/apache.cf index 659626b..5d22361 100644 --- a/apache.cf +++ b/apache.cf @@ -56,6 +56,7 @@ vars: "log_dir_group" string => "wheel"; "service_name" string => "apache24"; + "service_cfg_name" string => "apache24"; "www_user" string => "www"; "www_group" string => "www"; "mime_types" string => "/usr/local/etc/apache24/mime.types"; @@ -78,6 +79,7 @@ vars: {m:"proxy",f:"mod_proxy"}, {m:"proxy_http",f:"mod_proxy_http"}, {m:"proxy_http2",f:"mod_proxy_http2"}, + {m:"remoteip",f:"mod_remoteip"} ]'; @@ -276,7 +278,7 @@ files: methods: - + "any" usebundle => wmde_enable_service("apache"); "any" usebundle => wmde_service("$(apache.service_name)","apache_kept","apache_repaired|php_repaired"), depends_on => @(apache.service_deps) ;