Search results

  1. M

    Child process with pid: 10834 was killed by signal: 15, core dump: 0

    that's normal, unused PHP processes was stoped with SIGTERM by the web server.
  2. M

    [Resolved] Litespeed not loading images

    You should check error log for the reasons why accessing to those files are blocked.
  3. M

    [Resolved] Litespeed not loading images

    Try changing to 000.
  4. M

    Site freezes when processing MYSQL operation

    It could be a dead lock in MySQL. you need to check mysql with when the lockup happens.
  5. M

    Problem after Upgrade LSWS

    bobykus's issue has a different cause, we thought it is the same as the other one. After more investigation today, we have it addressed in the latest 4.2.20 build published today. official 4.2.21 release is coming.
  6. M

    [Resolved] http_user_agent and http_referer

    This issue has been fixed in latest 4.2.20 build. please perform a force reinstall /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20
  7. M

    Could not chown to lsadm:{PHP_USRGROUP}

    Please do /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20 should have been addressed now.
  8. M

    cannot load such file -- rack (LoadError)

    I would suggest not to use RVM, it is big headache, just install ruby and gem from source, then install rails.
  9. M

    cannot load such file -- rack (LoadError)

    use <name>=<value> for environment variable, just like you did from command line, cannot use those values as is. GEM_HOME=/usr/local/rvm/gems/ruby-2.1.3 GEM_PATH=/usr/local/rvm/gems/ruby-2.1.3:/usr/local/rvm/gems/ruby-2.1.3@global
  10. M

    503 error - occur many times everyday config problem or bug

    Your PHP script has bug that consume all your memory, probably an infinity loop. It will use it up no matter how high the memory limit you set. You need to locate and fix the bad PHP code.
  11. M

    cannot load such file -- rack (LoadError)

    it may need some GEM related environment variable to work properly, so, just add those to "Environments" under ruby/rails tab.
  12. M

    cannot load such file -- rack (LoadError)

    try adding to http://www.litespeedtech.com/docs/webserver/config/rails#env
  13. M

    [INFO] [HTAccess] - Does Not Fall Inside Current Context

    Please do /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20 should have been fixed.
  14. M

    Server Signature

    Please try changing server level "Auto Index URI" http://www.litespeedtech.com/docs/webserver/config/general#autoIndexURI to something like "/_autoindex/custom.php" create "custom.php" under $SERVER_ROOT/share/autoindex/ .
  15. M

    [INFO] [HTAccess] - Does Not Fall Inside Current Context

    those redirect directives has no effect if put in /cgi-bin/.htaccess, as the URL does not start with "/cgi-bin/", you can only put those in the .../public_html/.htaccess . but it should not generate 2000 lines of error for that. we may need to login to take a look.
  16. M

    "Too many open files" error

    Is it a VPS (openvz)? CloudLinux? seems there are limits enforced on open files. If openvz is used, you need to check /proc/user_beancounters , increase the limit with high failure count. If you use CloudLinux, you need to make sure "nobody" user or the user that lshttpd running as is not...
  17. M

    Plain text config and user permission

    You have to install from source, specify the user/group with configure parameters. cannot use the repo.
  18. M

    cannot load such file -- rack (LoadError)

    uses 1.6.0 code is the better bet. but it may not have any effect on this problem. Maybe you should look into the gemset setup if you use rvm.
  19. M

    cannot load such file -- rack (LoadError)

    How about ?
  20. M

    Connection Reset

    Please do a force reinstall of 4.2.20 to get the latest build. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20 If the problem persists, we need temp root access to check the problem.
Top