diff --git a/tests/www-deb.conf b/tests/www-deb.conf index 74d9aeeb5..e3da4e7bf 100644 --- a/tests/www-deb.conf +++ b/tests/www-deb.conf @@ -9,4 +9,8 @@ pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 -pm.max_spare_servers = 3 \ No newline at end of file +pm.max_spare_servers = 3 +catch_workers_output = yes +php_flag[display_errors] = on +php_admin_value[error_log] = /tmp/php-fpm.log +php_admin_flag[log_errors] = on \ No newline at end of file diff --git a/tests/www-rpm.conf b/tests/www-rpm.conf index 276c8c75c..da211186a 100644 --- a/tests/www-rpm.conf +++ b/tests/www-rpm.conf @@ -9,4 +9,8 @@ pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 -pm.max_spare_servers = 3 \ No newline at end of file +pm.max_spare_servers = 3 +catch_workers_output = yes +php_flag[display_errors] = on +php_admin_value[error_log] = /tmp/php-fpm.log +php_admin_flag[log_errors] = on \ No newline at end of file