HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/webmin/virtual-server/help/template_phpchildren.zh_TW.auto.html
<header>PHP服務最大子行程數</header>此選項設定將服務的並發請求數量的限制,當該域設定的 PHP 腳本透過 FPM 運行時,當<tt>pm</tt>選項設定為<tt>static</tt>時將建立子進程的數量以及子進程的最大數量當<tt>pm</tt>選項設定為<tt>dynamic.</tt><p>當此網域的 PHP 腳本設定為透過 FCGI 執行時,應始終停用 PHP 子進程管理,這樣一次只會將一個請求路由到它所產生的應用程式進程。預設情況下,透過環境變數設定<tt>PHP_FCGI_CHILDREN=0</tt> ,PHP 子進程管理被停用。<p><footer>