From c0d2eaeb1b57079f9c019351cca10f51be408b11 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Wed, 18 Aug 2021 09:47:50 +0200 Subject: [PATCH 1/2] Added note on apc.enable_cli for system cron based configs Signed-off-by: Maximilian Kratz --- .../configuration_server/background_jobs_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 63b07abec..4ba877fec 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -90,6 +90,8 @@ Which returns:: .. note:: On some systems it might be required to call **php-cli** instead of **php**. +.. note:: For some configurations, it might be neccessary to append ``--define apc.enable_cli=1`` to the cron command. Please refer to :doc:`the caching configuration page section APCu<./caching_configuration>`. + .. note:: Please refer to the crontab man page for the exact command syntax. .. _easyCron: https://www.easycron.com/ From 65e9afeaa181426eefd8ee0df314431b4cde9a42 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Wed, 29 Sep 2021 08:34:28 +0200 Subject: [PATCH 2/2] Updated reference to caching section Signed-off-by: Maximilian Kratz --- .../configuration_server/background_jobs_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 4ba877fec..3b942df34 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -90,7 +90,7 @@ Which returns:: .. note:: On some systems it might be required to call **php-cli** instead of **php**. -.. note:: For some configurations, it might be neccessary to append ``--define apc.enable_cli=1`` to the cron command. Please refer to :doc:`the caching configuration page section APCu<./caching_configuration>`. +.. note:: For some configurations, it might be neccessary to append ``--define apc.enable_cli=1`` to the cron command. Please refer to :doc:`./caching_configuration` (section APCu). .. note:: Please refer to the crontab man page for the exact command syntax.