To work with Ubuntu

This commit is contained in:
Tobias Herre 2024-02-16 12:06:16 +01:00
parent 081219a8dc
commit d2c928a7ae
1 changed files with 5 additions and 2 deletions

View File

@ -113,7 +113,9 @@ vars:
$(php_mod)
{m:"ssl",f:"mod_ssl"},
{m:"proxy",f:"mod_proxy"},
{m:"proxy_fcgi",f:"mod_proxy_fcgi"}
{m:"proxy_fcgi",f:"mod_proxy_fcgi"},
{m:"proxy_http",f:"mod_proxy_http"},
{m:"proxy_http2",f:"mod_proxy_http2"}
]';
# {m:"php",f:"libphp$(php.version)"},
@ -188,8 +190,9 @@ vars:
"log_dir_owner" string => "root";
"log_dir_group" string => "adm";
# {m:"$(phpm)",f:"libphp$(install_php.version)"},
"modules" data => '[
{m:"$(phpm)",f:"libphp$(install_php.version)"},
$(php_mod)
{m:"proxy",f:"mod_proxy"},
{m:"proxy_http",f:"mod_proxy_http"},
{m: "autoindex",f:"mod_autoindex"},