Till, more problems coming up ...
I create a domain name with all of these variables as seen below:
$g7cp_params = array
(
[...]
'pm' => 'dynamic',
'pm_max_children' => '10',
'pm_start_servers' => '2',
'pm_max_spare_servers' => '5',
'pm_process_idle_timeout' => 10,
'pm_max_requests' => 100,
[...]
);
I resolved the failure to create those other pm variables by adding that which is in red ...
You should add that to the API documentation ...I actually just guessed it