Search results

  1. serpent_driver

    Separate perClientConnLimit for Cloudflare

    Maybe I'm misunderstanding you, but what role does Cloudflare play in your problem?!
  2. serpent_driver

    Separate perClientConnLimit for Cloudflare

    The default settings of Connection Hard Limit are very tolerant and are not usually exceeded by any browser with normal surf behavior and even with 100 static sources at the first request of 1 URL. If you now complain that this limit is set too low, it can only mean that you have changed the...
  3. 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?
  4. 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...
  5. 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.
  6. 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/
  7. 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...
  8. 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.
  9. serpent_driver

    503 error on include large file

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

    Not Receiving Updates

    Try this: https://groups.google.com/g/litespeed-edge-users
  11. 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.
  12. serpent_driver

    503 error on include large file

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

    503 error on include large file

    Is this Shared Hosting?
  14. serpent_driver

    503 error on include large file

    What about these settings?
  15. 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...
  16. serpent_driver

    503 error on include large file

    Can you split data.php?
  17. 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?
  18. 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?
  19. serpent_driver

    503 error on include large file

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

    503 error on include large file

    Please enable error logging to get details about the error.
Top