Search results

  1. N

    Recommend cache settings for huge servers

    cache is tricky, have to concern business logic: which page should be cached, which can't, in what condition. for wordpress sites, you can follow this wiki: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscache:wordpress more examples for cache...
  2. N

    LiteSpeed admin 508'ing when Cloud Linux set to CageFS, invalid path to lsadm home?

    move user "lsadm" out of CageFS lsadm is used to run lsws web admin( : 7080), should not put it in CageFS
  3. N

    [Resolved] Out of memory errors in Admin interface

    can you also try modify the memory limit under CGI ?
  4. N

    [Resolved] Out of memory errors in Admin interface

    you can add back the settings I posted, and increase the default <memSoftLimit>450M</memSoftLimit> <memHardLimit>500M</memHardLimit> to see if it can resolve the "Out of memory" issue. or add <memSoftLimit>850M</memSoftLimit> <memHardLimit>900M</memHardLimit> to php52 anyway, please try...
  5. N

    [Resolved] Out of memory errors in Admin interface

    in your httpd_config.xml, is there configuration of lsphp5 like following ? <extProcessor> <type>lsapi</type> <name>lsphp5</name> <address>uds://tmp/lshttpd/lsphp5.sock</address> <maxConns>35</maxConns> <env>PHP_LSAPI_MAX_REQUESTS=5000</env>...
  6. N

    [Resolved] Out of memory errors in Admin interface

    edit /usr/local/lsws/conf/httpd_config.xml, search <memSoftLimit>250M</memSoftLimit> <memHardLimit>300M</memHardLimit> <memSoftLimit>450M</memSoftLimit> <memHardLimit>500M</memHardLimit> you can modify memHardLimit first one by one, restart lsws, then see if works. if...
  7. N

    [Resolved] Out of memory errors in Admin interface

    how about 2000M or 1500M ?
  8. N

    [Resolved] Licenses/Upgrade

    if it's the same server, just run upgrade will do: /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.9 if on different server, you can transfer the license: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:transfer-or-release-a-license license is license, version is...
  9. N

    Sucuri.net problem

    if proxy is in front of litespeed, should while list proxy's IP. how to, please refer https://www.litespeedtech.com/docs/webserver/config/security#accessControl_allow or disable "Per Client IP Throttling"
  10. N

    LiteSpeed Uptime and Idle

    those are INFO, not error. you can adjust LogLevel https://httpd.apache.org/docs/2.2/mod/core.html#loglevel to "notice" or above to suppress these INFO level log entries.
  11. N

    Litespeed & EasyApache 4 compatibility

    should be no problem. cloudlinux has provided alt-php for litespeed before EasyApache 4. with alt-php, no need "Build Matching LSPhp" when EasyApache 3. in other words, cloudlinux's alt-php is pre-built matching lsphp. so I believe cPanel and ClouldLinux will take care of litespeed themselves...
  12. N

    LiteSpeed Uptime and Idle

    1) it's uptime since lsws restart last time. there are many reasons web server may restart : add/remove virtual hosts(for example a shared host has hundreds of accounts on it). you can check error.log/stderr.log to get some info why it restarts. 2) when a user browser a website, one or more...
  13. N

    [Resolved] Issues with pipedLogger

    Note: each virtual host has its own access.log, if a access don't belong to any virtual host, then go to sever level access.log. toki has configured piped log for server level access.log but see nothing --- since all access has gone to virtual host access.log but not configured piped log at...
  14. N

    [Resolved] Issues with pipedLogger

    ok. please PM me.
  15. N

    [Resolved] Issues with pipedLogger

    all the settings you've posted are correct to me -- I've followed the steps and completed the test successfully. now please check various permission issue: #ls -al /usr/local/bin/piped_logger.sh the script may be run by user "nobody", to ensure nobody user has permission to run it also, check...
  16. N

    [Resolved] Issues with pipedLogger

    I followed with your settings and succeeded. in your 1st post, in pipedLogger.txt, should be in lsws web admin, tip for "Piped Logger": if it's empty, will write to normal log file.
  17. N

    Proxy to External App Broken?

    yes, still not clear. check the html code: img style="-webkit-user-select: none" src="http://s22.postimg.org/u9etyc0td/Screen_Shot_2015_11_23_at_8_31_35_PM.png" width="180" height="100" it's 180 x 100 image. you can set it a bit bigger, say 10 got it. so it's an openls issue. I thought you...
  18. N

    Proxy to External App Broken?

    Hi, the screenshot is too small to see clearly.
  19. N

    Proxy to External App Broken?

    it should work. can you give a screenshot of External App "yap" ? and, if you disable Rewrite, is http://192.168.1.205 working ? can check with: $curl -I http://192.168.1.205
  20. N

    Proxy to External App Broken?

    on host 192.168.1.205, can you access 192.168.1.200/hello.png ? show output of $wget http://192.168.1.200/hello.png
Top