Search results

  1. serpent_driver

    Separate perClientConnLimit for Cloudflare

    May I ask how many 1000 sources are on 1 URL that can be downloaded at the same time with the browser?
  2. serpent_driver

    Separate perClientConnLimit for Cloudflare

    Your feature request has no relevance for browsers because, as you yourself have noticed, the simultaneous download of sources in the browser is limited, although this limitation is not uniform. Firefox allows about twice as many concurrent requests as Chrome Browser. I think it is practically...
  3. serpent_driver

    Is it common for support to ghost you?

    Ignore such posts. The LiteSpeed forum has been riddled with trolls for quite some time.
  4. serpent_driver

    Log file location of data shown in serviceMgr.php

    There you should find what you are looking for, documentation is your friend. ;) https://docs.litespeedtech.com/lsws/realtime/
  5. serpent_driver

    503 error on include large file

    This sets the maximum time in seconds a script is allowed to parse input data, like "POST and GET". Timing begins at the moment PHP is invoked at the server and ends when execution begins. The default setting is -1, which means that max_execution_time is used instead. Set to 0 to allow unlimited...
  6. serpent_driver

    503 error on include large file

    PHP Input Vars is a PHP security measure designed to limit the number of "post variables" you can use to execute a function. It defines the number of variables your server can use when running a function.
  7. serpent_driver

    503 error on include large file

    Then ask aaPanel support how to get login data or try login data for aaPanel login.
  8. serpent_driver

    Not Receiving Updates

    Try this: https://groups.google.com/g/litespeed-edge-users
  9. serpent_driver

    503 error on include large file

    Ask your hosting provider or did install LSWS by yourself? If the latter, then you entered the login data during installation.
  10. serpent_driver

    503 error on include large file

    Then, this is the way to configure LSWS: https://YOUR_SERVER_IP:7080
  11. serpent_driver

    503 error on include large file

    Is this Shared Hosting?
  12. serpent_driver

    503 error on include large file

    What about these settings?
  13. serpent_driver

    503 error on include large file

    The cause seems to be the amount of data. Therefore you should check your PHP settings. However, it does not necessarily have to be an insufficient PHP setting. The LSWS has PHP-independent settings that you can change via the LSWS WebAdmin, provided you have access to the WebAdmin Console. The...
  14. serpent_driver

    503 error on include large file

    Can you split data.php?
  15. serpent_driver

    503 error on include large file

    How long does it take to include this file? Unfortunately, you haven't answered my question about what happens after the inclusion?
  16. serpent_driver

    503 error on include large file

    503 Service Unavailable can have many causes. The first thing I would suspect is that the load is too high. If the file is included, what happens afterwards?
  17. serpent_driver

    503 error on include large file

    Is the source of the included file an external source from other host?
  18. serpent_driver

    503 error on include large file

    Please enable error logging to get details about the error.
  19. serpent_driver

    LS + geolocalization cart and language, currency problem

    LScache is ready for GeoIP and other vary, but detection of country and language must be synchronized between LiteSpeed and the module you use. This module uses an autodetection mode. I don't believe that this will work with LScache if this module doesn't set cookies for language and location...
  20. serpent_driver

    Litespeed uses alot or ram and disk space

    https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fast
Top