Search results

  1. N

    Slow site with high traffic

    https out: 1,024 KB does your outgoing traffic have a limit, like 10M bps ?
  2. N

    Slow site with high traffic

    it'll be helpful if you can capture a screenshot of real-time stats in high traffic and "top -c" output if the busy website is wordpress, should install lscache plugin for wordpress.
  3. N

    odd behavior when using include conf

    much clear about the issue about. let's focus on this request: http://www.rainbowgatheringmusic.org/ should load http://www.dreadlockssite.com/rainbow-music looks all are such pattern. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:lsws-as-a-proxy-rewrite...
  4. N

    odd behavior when using include conf

    still not quite understand what the issue is. 1. do they work well under apache ? 2. please give detail steps to reproduce 1 issue(and 1 issue only). what is the expected result if it's apache what is the result from litespeed
  5. N

    odd behavior when using include conf

    can you show the content of included .conf ?
  6. N

    Scale up LiteSpeed

    a new wiki just came out: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:multi-litespeed-processes
  7. N

    Disable cache for redirect to mobile version

    have you used lscache plugin for wordpress ? please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:common:seperate-mobile-versions the plugin is very powerful than 4 years back when there is no lscache plugin for wordpress yet. mobile/desktop view is just one of...
  8. N

    A few newbie questions

    1. yes. compatible. same syntax. 2. should be same if web server is apache. only root can edit all virtualhosts ? 3. it's a "famous" issue for apache(although I've never tested it before myself). but not an issue for litespeed. also it may depend on how complex the .htaccess is. litespeed has...
  9. N

    QUIC error

    please check if it's latest 5.2.1 build 8 ? #cat /usr/local/lsws/autoupdate/build if not, force-update to it: #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.1
  10. N

    [Resolved] QUIC is not started, missing <certFile> in <listener>

    is it possible your firewall block UDP access ? iptables -nL | grep udp
  11. N

    [Resolved] First Byte Time optimization?

    tried to cache, but faild. so same result as "Litespeed without Cache" only see headers like: x-litespeed-cache-control: public,max-age=604800 x-litespeed-tag: 9061_URL.b315d12a9a6acd0b12d04b532e01b8e2,9061_F,9061_Po.802,9061_PGS,9061_ but not see x-litespeed-cache:hit most likely cache root...
  12. N

    [Resolved] Litespeed Status Code 444

    https://httpstatuses.com/444 so it's not a standard status code and from nginx only. fortunately, there is a similar one in litespeed: RewriteCond %{HTTP_USER_AGENT} wordpress [NC] RewriteRule .* - [E=blockbot:1] to perform a test, we change the rewrite rule a bit to: RewriteRule a.html -...
  13. N

    LSWS compiled PHP not applying for Accounts

    should not. you can ask cloudlinux for detail
  14. N

    LSWS compiled PHP not applying for Accounts

    for easy apache 4, you needn't or can't compile lsphp, must use those provided by cPanel / WHM. or you use easy apache 4 to build php 5.3 if you can, as if the web server is apache, then easy apache 4 will build lsphp 5.3 as well.
  15. N

    Wordpress remove the index.php in urls

    the syntax looks wrong. how about RewriteRule (.*) ./index.php [QSA,L] ?
  16. N

    LiteSpeed hits in Chrome misses in Firefox

    not normal. something wrong.
  17. N

    htaccess is ignored?

    please check all except None: Limit, Auth, FileInfo, Indexes, Options and restart lsws, it should just works.
  18. N

    htaccess is ignored?

    search AllowOverride in apache's httpd.conf change "AllowOverride None" to "AllowOverride All", should fix it.
Top