I run sites with php-fpm in ISPConfig. Usually when I manually configure a php-fpm pool, I put the domain name in the pool name. Therefore when I run Code: rainbow:~# ps aux | grep "php-fpm: pool" I immediately know to what site a pool belongs to. I tried this: Code: # cp /usr/local/ispconfig/server/conf/php_fpm_pool.conf.master /usr/local/ispconfig/server/conf-custom/ # nano /usr/local/ispconfig/server/conf-custom/php_fpm_pool.conf.master and I modified the first line in php_fpm_pool.conf.master to this: Code: [<tmpl_var name='fpm_pool'>-<tmpl_var name='domain'>] but I guess the <tmpl_var name='domain'> variable is not available for php-fpm template.
Added a feature request http://bugtracker.ispconfig.org/index.php?do=details&task_id=3264 I think this would be simple to implement.
If you want to have your patch included into the main ISPConfig repository, please make a merge request from your fork to the master branch.
Croydon, When I go to http://git.ispconfig.org/ispconfig/ispconfig3/merge_requests I have no "New Merge Request" button When I go to http://git.ispconfig.org/grungy/ispconfig3/merge_requests There is a "New Merge Request" button What am I missing?
You have to do a merge request from YOUR project. There you can select the parent project as merge target.
It seems you have NOT done a fork of the ISPConfig main project. So you cannot create a merge request. To contribute you have to go to the ISPConfig repository and klick "fork". Then you can make changes to the forked repository and create a merge request from there.