From 5bd2aa25f334944f4464fbb0086672286865ae7c Mon Sep 17 00:00:00 2001 From: florian030 <florian@schaal-24.de> Date: Mon, 17 Feb 2014 07:51:42 -0500 Subject: [PATCH] Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3 --- remoting_client/examples/sites_web_domain_add.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/remoting_client/examples/sites_web_domain_add.php b/remoting_client/examples/sites_web_domain_add.php index fa08aa6..b8010e2 100644 --- a/remoting_client/examples/sites_web_domain_add.php +++ b/remoting_client/examples/sites_web_domain_add.php @@ -44,6 +44,7 @@ 'ssl_country' => '', 'ssl_domain' => '', 'ssl_request' => '', + 'ssl_key' => '', 'ssl_cert' => '', 'ssl_bundle' => '', 'ssl_action' => '', @@ -52,6 +53,8 @@ 'allow_override' => 'All', 'apache_directives' => '', 'php_open_basedir' => '/', + 'pm_max_requests' => 0, + 'pm_process_idle_timeout' => 10, 'custom_php_ini' => '', 'backup_interval' => '', 'backup_copies' => 1, -- Gitblit v1.9.1