bloom360

  • Total activity 40
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 10

Posts

Recent activity by bloom360 Recent activity Votes
  • MariaDB and System Resolved process tracking

    I keep getting alerts from CSF saying that MariaDB and System Resolved are using excessive resources (running for longer than the threshold). I have added them to the Process Ignore list: exe:/us...

  • Elevate account's MySQL user

    Hi, I am building an app on top of this: The multi tenant saas toolkit for Laravel It needs a MySQL user with permission to create databases (all will remain under the same account) I obviously ...

  • Recommended open_basedir

    Hi, What is the recommended config for open_basedir to harden the security? EasyApache4 Litespeed WS Many thanks!

  • Install Composer globally

    Hi, I am trying to install Composer globally. I have followed these instructions: However, when I SSH as the user, it keeps looking for /home//composer.phar How can I set it to run the global ...

  • Session path in PHP-FPM

    I am running PHP-FPM on php72. This is the ONLY version of PHP installed on my server. Wordpress is throwing an insane amount of errors like this: [QUOTE]Failed to read session data: files (path...

  • Configure OPCache on PHP-FPM

    Hello, Where should I configure Opcache when running PHP-FPM and, are there any differences in the syntax as opposed to regular PHP handlers? Many thanks

  • PHP-FPM not logging errors?

    Hi, I switched to PHP-FPM and PHP7.2 and it appears that it is no longer logging error_log I checked php.ini and it does have: log_errors = On Can you please advice? Many thanks

  • Edit YAML for PHP-FPM

    Hi, I have read the docs, including PHP-FPM and EasyApache 4 - Version 60 Documentation - cPanel Documentation but I still need some spoon feeding because I have a bunch of productive sites in thi...

  • Install php7-devel

    I need to install a custom PHP extension. I am running PHP 7.1 on CentOS 7.5 I tried to compile but I got the following errors: checking if debug is enabled... no checking if zts is enabled... no...

  • Go from a /tmp partition to tmpDSK?

    I want to increase my /tmp and secure it with the securetmp script, which as far as I understand, stops using the partition and saves onto /usr/tmpDSK? (I may very well be incorrect, hence I am ask...