From 3d0fb2e66852a7c8ff4ec179effcf608e1fecfe8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 27 Apr 2015 11:03:58 +0200 Subject: [PATCH] Remove doubled when --- admin_manual/installation/source_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 0c0deda5a..7a080b29c 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -286,7 +286,7 @@ Configuration notes to php-fpm **System environment variables** When you are using ``php-fpm``, system environment variables like -PATH, TMP or others are not automatically populated in the same way as when +PATH, TMP or others are not automatically populated in the same way as when using ``php-cli``. A PHP call like ``getenv('PATH');`` can therefore return an empty result. So you may need to manually configure environment varibles in the appropropriate ``php-fpm`` ini/config file. @@ -357,4 +357,4 @@ See :doc:`yaws_configuration` **Hiawatha Configuration** -See :doc:`hiawatha_configuration` \ No newline at end of file +See :doc:`hiawatha_configuration`