Search results

  1. serpent_driver

    phpmyadmin access

    This forum is for LiteSpeed Enterprise (LSWS). For OLS please use OLS support forum. https://forum.openlitespeed.org/
  2. 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.
  3. 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.
  4. serpent_driver

    PHP Handler for file without .php Extension

    Try this: <Files "update"> ForceType application/x-httpd-php </Files>
  5. 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...
  6. 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.
  7. 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.
  8. 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.
  9. 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...
  10. serpent_driver

    AMP Error

    Disable AMP because you don't have any advantage if LScache is used.
  11. 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.
  12. 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...
  13. 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?
  14. 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...
  15. 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/
  16. 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...
  17. 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...
  18. serpent_driver

    Am I Starving LSWS?

    Where did you set the block for bots? CF or origin server? Would you provide us with details about the blocks for bots?
  19. serpent_driver

    Am I Starving LSWS?

    30 requests per second implies the assumption that you either run a porn site or promise your users that they can become millionaires in 30 days. I know the topic of your site, but I have no idea that this topic can inspire so many users. Therefore, and excuse my lack of imagination, I firmly...
  20. serpent_driver

    Am I Starving LSWS?

    You should analyze your traffic more closely. In particular the traffic that is not generated by natural users. If the load increases and you are wondering about the height of the load, then there must be a reason for it. Nothing happens for no reason. If you need suggestions on how to better...
Top