Sébastien RICCIO

Results 38 comments of Sébastien RICCIO

Hi, are you using PHP from apache with mod_php, or php-fpm ?

Well, on our side, we are currently running snuffleupagus in shared hosting and patched snuffleupagus.c to set the configuration value as `PHP_INI_PERDIR` instead of `PHP_INI_SYSTEM` with php-fpm `.user.ini` in each...

Our .user.ini content residing in the virtualhost document root ```ini ;; ;; aPanel PHP72 configuration file ;; Do NOT edit this file manually! Use the control panel. ;; sp.configuration_file =...

At least in our production test-run we didn't see any problem with this setup, even when the differents virtualhosts using the same php-fpm pool. Switching from a site to another...

Hi, Okay, we've discovered almost the same issue with our tricky approach. Let's say we have a sp config for vhost1: /etc/php/sp/virtualhosts/vhost1.conf ```python # # aPanel snuffleupagus autogenerated configuration file...

We didn't noticed this at first because we're using php-fpm in ondemand mode, so after a few secs idle the php child process are exiting and are forked again on...

It would be great indead. In the meantime I found a workaround for our needs. I'll open another issue tomorrow or so about this topic and write how we actually...

Hi. Sorry, it's coming ASAP :) I've been busy on other things. I want to write an issue about it with all the infos I have about this topic.

My fault, I have to write a detailed text about the issue and how to reproduce it. In the meantime and as we use snuffleupagus in production env we used...

If that is of some interrest, I've modded MailWatch to be able to check the login through IMAP with support of multiple servers (based on what's in postfix transport file...