I have installed the MessengerV2 as described in the readme, with a csf user and files in /home/csf, but it didn't work.
The index.php file was being called with user nobody - confirmed with echo exec('id');
Turns out I had mod_suphp (not mod_suexec) enabled, and the integration in /etc/apache2/conf.d/csf.messenger.conf doesn't seem to work.
I think, the <IfModule suphp_module> line should be <IfModule mod_suphp>, but I haven't tested it.
I solved it by installing mod_suexec, for now.
Related errors:
Code: Select all
and the users are not unblocked.Warning: file_put_contents(/home/csf/unblock.txt): failed to open stream: Permission denied in /home/csf/public_html/index.php on line 249
Warning: file_put_contents(/var/log/lfd_messenger.log): failed to open stream: Permission denied in /home/csf/public_html/index.php on line 250
Thanks for building csf/ldf! :-)