mod_macro and unix domain socket functionality in Apache are nice features, thanks to whomever put in the time and effort developing/maintaining.
We have looked for an equivalent of Apache mod_macro for php-fpm in order avoid having to create a php-fpm pool conf for each Apache virtual host using unix domain sockets.
No luck thus far.
Does anyone have techniques they use for generating large number of php-fpm pool config's utilized by Apache virtual hosts using unix domain sockets within mod_macro, instead of creating them one by one by hand?
Thanks
|