Search results

  1. J

    LSAPI Remote Server/Process Group/PHP Selector

    Is it possible to set up a load balanced group of PHP LSAPI servers in process group mode so users can still select their own version/configurations of PHP?
  2. J

    Wildcard config file include?

    Is it possible to do something similar to Apache where you set up a wildcard include and have a config file to define each vhost without just using apache config files? It would be nice to not have to code a script to edit a file with potentially thousands of vhost entries if it is unnecessary.
  3. J

    [Resolved] Workergroup - Keeping parent processes alive

    I tried setting the max idle time configuration option to -1 to make sure at least one process for each user stays open at all times but shortly after the last child process disappears I get: [INFO] [CLEANUP] Send signal: 10 to process: 870395 (the parent process) My goal is to get it so all...
Top