From ae6ae881519446f1ce750e678b5871a5e3866d0e Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 23 Jan 2016 16:29:39 -0800 Subject: update hidden_configs with proc_run_use_exec --- doc/hidden_configs.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index c07d6ca01..5cb482cd9 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -90,6 +90,9 @@ This document assumes you're an administrator. Similar to block_public, except only blocks public access to search features. Useful for sites that want to be public, but keep getting hammered by search engines. + [b]system.proc_run_use_exec + If 1, use the exec system call in proc_run to run background tasks. By default + we use proc_open and proc_close. On some (currently rare) systems this does not work well. [b]system.paranoia[/b] As the pconfig, but on a site-wide basis. Can be overwritten by member settings. -- cgit v1.2.3