Search results

  1. S

    CloudLinux NodeJS Selector

    Bumping, and wondering if you have any ETA as to when this feature may become available.
  2. S

    Error compiling LSAPI on PHP 5.6.10

    The following patch appears to fix it: --- lsapi_main.c 2015-07-09 15:40:59.352468944 -0500 +++ lsapi_main.c 2015-07-09 15:40:15.219825672 -0500 @@ -217,7 +217,7 @@ char * new_val = (char *) pValue; if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen...
  3. S

    Error compiling LSAPI on PHP 5.6.10

    Litespeed 5.0.1, PHP 5.6.10 Error when compiling with --enable-maintainer-zts /bin/bash /usr/local/lsws/phpbuild/php-5.6.10/libtool --silent --preserve-dup-deps --mode=compile /usr/local/lsws/phpbuild/php-5.6.10/meta_ccld -Isapi/litespeed/ -I/usr/local/lsws/phpbuild/php-5.6.10/sapi/litespeed/...
  4. S

    [Resolved] Can't figure out lsphp suexec

    Figured it out. I had the Script Handler set to use the server's lsphp5 process. Instead I needed to add a new lsapi socket in External Applications and then set the script handler to use that customized one instead.
  5. S

    [Resolved] Can't figure out lsphp suexec

    For some reason, litespeed isn't honoring my suexec settings and is instead running PHP as the same uid/gid as the main server application, and I cannot figure out why. Here's my current setup: Litespeed 4.2.6, PHP 5.5.7 (lsapi 6.6), Ubuntu 12.04, no control panels On the virtual host, I...
  6. S

    How to disable core dumps

    I have recently enabled core dumps in PHP to examine why it was crashing on certain programs, have successfully gotten a few dumps to examine, and have then disabled core dumps (or so I thought). I was using the guide at...
Top