Search results

  1. N

    Having trouble using FormMail.pl

    this is at least 3rd same message from you recently. are you a spammer ? if no human reply from you within 2 days, will ban this account.
  2. N

    Autopdate of LSWS not working anymore

    please read https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:autoupgrade-cron and https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:lsup
  3. N

    LoadBalancer Question

    C usually enough. if not, you can upgrade/downgrade later at any time, no downtime per question 1, not possible. all visitors connect to C.
  4. N

    Export settings of LiteSpeed

    by default, it's /usr/local/lsws/conf/httpd_config.xml no change since day 1
  5. N

    Not work htaccess command

    I can log in your server to trouble shoot this issue if you'd like.
  6. N

    Not work htaccess command

    your current rules is from line 229 to line 239. move these 11 lines up to the beginning, it should work as expected. the order of rules in .htaccess is important.
  7. N

    Not work htaccess command

    I did test on latest lsws 6.0.11, the rule works as expected. are there any other rules in this .htaccess ? you can move above rules on top of .htaccess, to see if it'll work
  8. N

    Strange problem with home page caching!

    latest version now is 6.0.10 5.3.6 is very very old version.
  9. N

    Information About Upgrade Version LiteSpeed Web Server version WHM Production Hosting

    downgrade/upgrade are same command: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:lsup
  10. N

    PHP7.2 Sock Error

    have you enabled chroot ?
  11. N

    Litespeed restarts every 5 minutes

    clearly, you've installed a nulled lsws recently. you failed to uninstall it completely. the nulled one usually leave a lot of stuff/garbage here and there, even you uninstall it. they don't tell you what it's left, and don't help you to clean it after you decide not to use it any more. this is...
  12. N

    Litespeed restarts every 5 minutes

    No. you can submit a ticket, provide login for individual investigation. how did you check them ? Can you convince others about this ? usually this is the reason of restart every x minutes, no exception so far.
  13. N

    Litespeed restarts every 5 minutes

    check /var/log/cron to see if there is a cron job there to restart lsws every 5 minutes
  14. N

    Having trouble using FormMail.pl

    then what's the actual path of FormMail.pl ?
  15. N

    Information About Upgrade Version LiteSpeed Web Server version WHM Production Hosting

    6.0.9 / 6.0.10 already quite stable. just the document may not update timely. so recommend to upgrade to 6.0.10 if any critical issue, you can switch back to 5.4.11 for 0 down time
  16. N

    How to enable/disable Zend Opcode cache on a per account basis?

    tested, it's working. in .htaccess, add php_flag opcache.enable 0 it's always recommended to run both. no conflict at all.
  17. N

    Purchased & installed new license now all plesk created domains are 404

    have you followed https://docs.litespeedtech.com/cp/plesk/installation/ to install litespeed ? make sure Stop the Nginx Reverse Proxy first
  18. N

    virtual host 2 is loading instead of vhost1

    no redirect seen: [root@globalsupport ~]# curl -i wireband.net HTTP/1.1 200 OK Server: nginx Date: Mon, 25 Oct 2021 01:04:39 GMT Content-Type: text/html Content-Length: 432 Connection: keep-alive last-modified: Wed, 25 Aug 2021 03:32:53 GMT etag: "1b0-6125b9e5-d5d8f28bbd365a71;;;"...
  19. N

    sending header to purge matching wildcard urls

    did quick tests. 1. looks purge myself not working. #cat p.php <?php header('X-LiteSpeed-Purge: '.$_SERVER['PHP_SELF']); echo "Please purge myself\n"; this p.php page never get cached and hence, no purge since no cache. (maybe this is a cool trick ? this is to tell web server: please don't...
  20. N

    sending header to purge matching wildcard urls

    please refer https://docs.litespeedtech.com/lscache/devguide/controls/#x-litespeed-purge "Currently, regular expressions or wildcards are not supported for Tag or URL" for mass purge, need "X-LiteSpeed-Tag" the URLs 1st, then purge by tag...
Top