To work with Ubuntu
This commit is contained in:
parent
081219a8dc
commit
d2c928a7ae
|
@ -113,7 +113,9 @@ vars:
|
||||||
$(php_mod)
|
$(php_mod)
|
||||||
{m:"ssl",f:"mod_ssl"},
|
{m:"ssl",f:"mod_ssl"},
|
||||||
{m:"proxy",f:"mod_proxy"},
|
{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)"},
|
# {m:"php",f:"libphp$(php.version)"},
|
||||||
|
|
||||||
|
@ -188,8 +190,9 @@ vars:
|
||||||
"log_dir_owner" string => "root";
|
"log_dir_owner" string => "root";
|
||||||
"log_dir_group" string => "adm";
|
"log_dir_group" string => "adm";
|
||||||
|
|
||||||
|
# {m:"$(phpm)",f:"libphp$(install_php.version)"},
|
||||||
"modules" data => '[
|
"modules" data => '[
|
||||||
{m:"$(phpm)",f:"libphp$(install_php.version)"},
|
$(php_mod)
|
||||||
{m:"proxy",f:"mod_proxy"},
|
{m:"proxy",f:"mod_proxy"},
|
||||||
{m:"proxy_http",f:"mod_proxy_http"},
|
{m:"proxy_http",f:"mod_proxy_http"},
|
||||||
{m: "autoindex",f:"mod_autoindex"},
|
{m: "autoindex",f:"mod_autoindex"},
|
||||||
|
|
Loading…
Reference in New Issue