update hidden_configs with proc_run_use_exec

This commit is contained in:
redmatrix 2016-01-23 16:29:39 -08:00
parent 7b73a689e1
commit ae6ae88151

View File

@ -90,6 +90,9 @@ This document assumes you're an administrator.
Similar to block_public, except only blocks public access to Similar to block_public, except only blocks public access to
search features. Useful for sites that want to be public, but search features. Useful for sites that want to be public, but
keep getting hammered by search engines. 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] [b]system.paranoia[/b]
As the pconfig, but on a site-wide basis. Can be overwritten As the pconfig, but on a site-wide basis. Can be overwritten
by member settings. by member settings.