Search results

  1. M

    my rails runner

    incorporate the "process name change" feature into our official Rails Runner code.
  2. M

    [RESOLVED] Using LSAPI 5.0

    You need to patch the code in /path/to/lsws/admin/html/utility/build_php/buildconf.inc.php change LSAPI_VERSION to "5.3".
  3. M

    [RESOLVED] APC not working correctly?

    You need to fix the permission mask of the upload folder to allow write permission for nobody.
  4. M

    php dies during build

    Maybe you have memory limit issue that prevent gcc from working properly. Are you on a small VPS?
  5. M

    Ruby 1.9

    If you would like, you can try http://www.litespeedtech.com/packages/lsapi/ruby-lsapi-4.0.tar.gz It should be compatible with ruby 1.8 and 1.9 . Also it shoud fix the empty ENV problem.
  6. M

    php dies during build

    try gcc 4.2
  7. M

    php dies during build

    It is a gcc bug, you should upgrade or downgrade gcc.
  8. M

    received unexpected signal=9

    How long have you been using LiteSpeed? When it start to happen? Does it happen regularly, or at random time?
  9. M

    Rebuilding Lite Speed Like Easy Apache

    It is a work in progress. :)
  10. M

    [RESOLVED] access to /cpanel not working

    In our cpanel setup, those functions are configured in httpd.conf with please check permission of /usr/local/cpanel/cgi-sys directory and files in it. all user should be able to access those files.
  11. M

    [RESOLVED] APC not working correctly?

    APC does not work well with PHP suEXEC as each PHP process will use its own cache memory, not shared. You should try eAccelerator + /dev/shm if you need to use PHP suEXEC.
  12. M

    [RESOLVED] PHP LSAPI 5.x - show script name in "top" and "ps" output

    It only show the script path being executed, try "ps -ef | grep lsphp5", you will see some.
  13. M

    Getting LiteSpeed to work with Plesk on a vServer

    does not matter as LiteSpeed just ignore unknown directives.
  14. M

    [RESOLVED] access to /cpanel not working

    Please check /usr/local/apache/logs/error_log for reasons of 403 error. 4.0.12 works fine with those URL in our lab.
  15. M

    [RESOLVED] LSAPI 5.2 register_long_arrays

    Sorry, made a mistake, please download the code and try again.
  16. M

    [RESOLVED] LSAPI 5.2 register_long_arrays

    please check PHP LSAPI 5.3
  17. M

    PHP LSAPI 5.2 + phpBB problem

    PHP LSAPI 5.3 is available now.
  18. M

    Unable to load php.ini

    There is a permission problem with /usr/local/lsws/lsphp5/lib. try sudo -u <user_lsphp5_run_as> ./lsphp5 -i
  19. M

    [Resolved] Upgrade from 4.0.6 to 4.0.12

    yes, you can do that without any problem.
  20. M

    PHP LSAPI 5.2 + phpBB problem

    Maybe related to this http://www.litespeedtech.com/support/forum/showthread.php?t=3757
Top