]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added queue daemon notice about disabled forking functions
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 24 Sep 2013 09:37:17 +0000 (11:37 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 24 Sep 2013 09:45:30 +0000 (11:45 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index d9815a802b60203d180dcd2669eaf83ae409b5b6..fdff32580d66ff10e8c0c15c5d3bcb7b16059751 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -379,6 +379,14 @@ server is probably a good idea for high-volume sites.
 1. You'll need the "CLI" (command-line interface) version of PHP
    installed on whatever server you use.
 
+   Modern PHP versions in some operating systems have disabled functions
+   related to forking, which is required for daemons to operate. To make
+   this work, make sure that your php-cli config (/etc/php5/cli/php.ini)
+   does NOT have these functions listed under 'disable_functions':
+
+       * pcntl_fork, pcntl_wait, pcntl_wifexited, pcntl_wexitstatus,
+         pcntl_wifsignaled, pcntl_wtermsig
+
 2. If you're using a separate server for queues, install StatusNet
    somewhere on the server. You don't need to worry about the
    .htaccess file, but make sure that your config.php file is close