Search results

  1. N

    Images swapping on IOS - Litespeed 5.0.19

    please ensure it's litespeed 5.0.19 latest build. if not sure, run #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.19 and test if the issue still exist ? or try latest 5.1.7 #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.7 and test if the issue still exist ?
  2. N

    Increasing LSAPI_CHILDREN

    you can check /usr/local/lsws/logs/lsrestart.log, and see if time stamp match.
  3. N

    Increasing LSAPI_CHILDREN

    got it, have an idea about its frequency. after those messages, did lsws restart itself ? for those messages in error_log, you can ignore them since all are [NOTICE].
  4. N

    Increasing LSAPI_CHILDREN

    does the error message appear in stderr.log many times or just once ? I'm not sure what this error message exactly mean. may need developer's answer based on above info.
  5. N

    Increasing LSAPI_CHILDREN

    please show full content of lsws web admin -> Server -> General -> Using Apache Configuration File and lsws web admin-> Server -> External App -> lsphp5
  6. N

    [Resolved] Directory indexing

    finally found the root cause ... at server level lsphp5 configuration: default value is empty. change back to default value, the error is gone. this can explain why: because lsphp5 running as user "joramriv:joramriv" thus can't open /home/ihome/public_html/test/ or /home/ihome/* lesson...
  7. N

    [Resolved] Directory indexing

    just a quick update: can reproduce the problem. in investigation ...
  8. N

    [Resolved] Directory indexing

    can you PM access to the server ? lsws web admin or/and ssh root.
  9. N

    Mass enable LScache

    without "IfModule LiteSpeed", when server switch to apache, apache will complain. it's for compatible with apache only.
  10. N

    [Resolved] Directory indexing

    please switch between apache and litespeed, visit a phpinfo page, and compare open_basedir value. if under apache, it's "no value"; but under litespeed, it's not empty, then lsphp not match with php under apache, to be more clear, what the blog suggest is to disable open_basedir in WHM, or...
  11. N

    [Resolved] Avantlink WP plugin stop working after switch to litespeed

    from the screenshot, open_basedir is not empty, first column override 2nd colum(which is "no value") please refer http://blog.litespeedtech.com/2012/12/11/switching-from-apache-open_basedir-in-the-shared-hosting-environment/ to set 1st column to "no value" as well.
  12. N

    [Resolved] Wordpress HTTP 500 Error

    should refer /usr/local/apache/logs/error_log /usr/local/apache/logs/stderr.log and domlogs/domain, post the 500 error log entry here.
  13. N

    [Resolved] Directory indexing

    please check if it's an open_basedir issue : http://blog.litespeedtech.com/2012/12/11/switching-from-apache-open_basedir-in-the-shared-hosting-environment/
  14. N

    [Resolved] Directory indexing

    how about #sudo -u nobody ls -ald /home/ihome/www/test/
  15. N

    [Resolved] Directory indexing

    if it woks with apache, should be ok with litespeed. put Options +Indexes in .htaccess if not not in it.
  16. N

    A feature request that would make me SOOOO happy

    please try: http://localhost:7080/status?rpt=detail from recent version of lsws (after 5.0.19 or 5.1.7 ?), it's password protected. the user/password is stored in /usr/local/lsws/admin/htpasswds/status for .rtreport, the equivalence api is http://localhost:7080/status?rpt=summary
  17. N

    A feature request that would make me SOOOO happy

    do you mean in admin GUI :7080/service/serviceMgr.php?vl=4 ?
  18. N

    [Resolved] LSCWP could not be enabled

    please follow https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp to re-install lscache wordpress plugin if still problem, PM your wordpress backend access and/or lsws web admin access, let me check if any unusual.
  19. N

    [Resolved] LSCWP could not be enabled

    first thing to check, do your lsws license include lscache option ? if it's a 2-CPU or above license, lscache option is built-in
  20. N

    Just installed Litespeed server and caching, running into caching issues.

    can you try LiteSpeed Cache Settings Do Not Cache Rules URI List adding /$
Top