Search results

  1. serpent_driver

    Wordpress Configuration on Litespeed Enterprise

    Documentation is your friend... ;) https://docs.litespeedtech.com/
  2. serpent_driver

    Pointing multiple domains to virtual host

    Ask LiteSpeed for Support: support@litespeedtech.com
  3. serpent_driver

    My website broken after configure Litespeed plugin

    Since LiteSpeed treats this forum like an annoying foreign body and you don't get an answer, I'll be kind enough to refer you to this thread. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  4. serpent_driver

    phpmyadmin access

    This forum is for LiteSpeed Enterprise (LSWS). For OLS please use OLS support forum. https://forum.openlitespeed.org/
  5. serpent_driver

    Wordpress Configuration on Litespeed Enterprise

    In order to run PHP, you need PHP. However, if PHP has not been set up, it is logical that PHP cannot be run. That's why you should have thought about this logic in advance if you don't want to use a control panel.
  6. serpent_driver

    PHP Handler for file without .php Extension

    Test it, I don't have information if this code works with OLS, so better ask OLS support. This forum is only for LSWS.
  7. serpent_driver

    PHP Handler for file without .php Extension

    Try this: <Files "update"> ForceType application/x-httpd-php </Files>
  8. serpent_driver

    502 Errors

    You have to check the accessibility of your origin server. To do this, you need to bypass CloudFlare or any other CDN and request the origin server directly. Add this entry to the Windows hosts file: C:\Windows\System32\drivers\etc\hosts IP-address-of-origin-server www.example.com...
  9. serpent_driver

    Pointing multiple domains to virtual host

    You should contact LiteSpeed support directly by email at support@litespeedtech.com, because LiteSpeed doesn't take care much about reported issues in this forum.
  10. serpent_driver

    Suea-php74.sock Connection refused!

    You should contact LiteSpeed support directly by email at support@litespeedtech.com, because LiteSpeed doesn't take care much about reported issues in this forum.
  11. serpent_driver

    LiteSpeed Cache Not Ignoring the Query String Despite Configuration

    Same cache copy expects the same URL, otherwise a new cache copy is generated. That's how a page cache works.
  12. serpent_driver

    LiteSpeed Cache Not Ignoring the Query String Despite Configuration

    LScache is a page cache. That means that a copy of each URL/HTML output is created for the cache. If a URL has a GET parameter like https://example.com/index.php?lmid=whatever then this is a different URL as without GET parameter and a seperate cache copy is created. If you set a cache key for...
  13. serpent_driver

    AMP Error

    Disable AMP because you don't have any advantage if LScache is used.
  14. serpent_driver

    LiteSpeed Cache Not Ignoring the Query String Despite Configuration

    Check the root .htaccess if there is a lmid entry ### marker DROPQS start ### CacheKeyModify -qs:lmid .... ### marker DROPQS end ### If there is such entry you may misunderstand this function.
  15. serpent_driver

    First logged user name and last name is shown for every user on homepage.

    If troubleshooting doesn't solve your problem, then the prospects for a solution are bad, very bad. The cache plugin for PrestaShop only supports the default template and excludes 3rd plugins from support. In addition, LiteSpeed's cache plugin for PS is not supported with the appropriate care...
  16. serpent_driver

    Am I Starving LSWS?

    CloudFlare is unsuitable for identifying bots and does not provide the necessary tools for this. I can bypass CF's WAF with minimal effort. What is the issue?
  17. serpent_driver

    Am I Starving LSWS?

    Unless you are able to distinguish a natural user from a machine-driven user, your statements regarding bots are unfortunately not reliable. FYI: In order to identify a bot or a machine-driven user, it takes more than just identifying the user agent. This means you miss 2/3 of all requests that...
  18. serpent_driver

    First logged user name and last name is shown for every user on homepage.

    Did you follow the troubleshooting guide? https://docs.litespeedtech.com/lscache/lscps/troubleshoot/
  19. serpent_driver

    Am I Starving LSWS?

    LSPHP is PHP and not the webserver. Not every LiteSpeed product that has a LS prefix is 1 common LiteSpeed function. Why do you always search for the cause in settings? You must identify the CMS based process that causes errors, so keep the settings unchanged and search for true cause. Once...
  20. serpent_driver

    Am I Starving LSWS?

    I also use CF WAF, but I would need a little more information if you want me to give you suggestions for improvements. You should be aware that there is indeed such a thing as a “bot rush”. This phenomenon mainly occurs with new hosts or newly registered domains. I have been observing this...
Top