Search results

  1. L

    [Feature Request] A custom log format similar to %D

    We make great use of the %D log format string ("The time taken to serve the request, in microseconds"), but what I'd also really love to have is a similar benchmark measuring from when litespeed initiates the external application request and when it gets a complete result. The problem with %D...
  2. L

    Problems this morning with litespeed going unresponsive

    For everyone dealing with the issues this morning, here's what I'm seeing The nobody user fork of the litespeed process becomes unresponsive: nobody 722810 65.9 0.0 131856 18156 ? R<l 11:03 5:05 litespeed (lshttpd) ... and will appear to max out the CPU in top. strace reveals...
  3. L

    A feature request that would make me SOOOO happy

    You've already got /tmp/lshttpd/.rtreport which is nice, we hook some stats into that... however, what I'd really love to see is a way to associate running external applications with their request information. Something like: { external_pid: 1234, start_time: 1471461438.423 user: litespeedrocks...
  4. L

    OCSP stapling with cPanel / vhost configuration

    I know OCSP stapling is supported with this method: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:ocsp-stapling ... however, is there a way that is compatible with the normal httpd.conf cPanel utilizes? It seems like there's a sort of undesirable work-around here...
  5. L

    Recommended method for blocking useragents globally?

    Blocking user-agents at the .htaccess level is easy, but what about in the scenario where we want to block every request to the web server for a specific user-agent (ideally multiple bad user-agents)? What is the recommended method for accomplishing that?
  6. L

    [Closed] Handling cached form keys with LiteMage

    Is there a best practice here in regards to how form keys (secret keys) should be handled? As an example, the product page itself will be cached with the form key then being cached as well. The customer will add the product to their cart, and it will work fine the first time. The second time...
  7. L

    ESI Blocks in LiteMage config.xml

    The configuration documents (https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:customization:configuration-file) mention configuring purge events (using the purge_events element). Certain dispatched events in Magento seem to work with Litemage in this fashion as...
  8. L

    Looking for some explanation of Cache Storage in LiteMage

    In the documentation https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:configuration , it mentions "If your server hosts multiple Magento installations, you must set up different cache storage paths for each installation." I see no method for maintaining separate...
  9. L

    http://license.litespeedtech.com/lic_check.php

    http://license.litespeedtech.com/lic_check.php http://license.litespeedtech.com/lic_check.php http://license.litespeedtech.com/lic_check.php http://license.litespeedtech.com/lic_check.php http://license.litespeedtech.com/lic_check.php http://license.litespeedtech.com/lic_check.php...
  10. L

    Configuring additional suexec suffixes

    In http://blog.litespeedtech.com/2013/04/19/setting-up-multiple-php-versions/ ... which is now approaching 2 years old, it mentions "LiteSpeed PHP with suEXEC currently only accepts the following suffixes (and the corresponding MIME types): php, php4, php5, php52, php53, phtml, php54, fastphp."...
  11. L

    Prevent Litespeed from blocking Varnish

    Even with the IP address of Litespeed added to the ACL in Litespeed's configuration, Litespeed still blocks Varnish with the following message: 2014-10-26 20:12:11.928 [NOTICE] [1.2.3.4:34951-0] too many bad requests, block. There's really no way to prevent Varnish from proxying "bad...
  12. L

    Increase number of Concurrent External App Processes

    Hello everyone! I'm wondering what can be done to increase the number of external app processes that can be run simultaneously? It seems like no matter what we set max connections to, or really any setting in external app (instances, childen processes, etc), the amount of requests the site...
  13. L

    Stream/chunk PHP response to browser

    Hi, It seems like in the default configuration for the litespeed server, it will wait till the entire PHP result is generated, and then it will reply with a Content-Length. I would expect that for a long running script, which streams its response over a number of seconds, that Litespeed would...
  14. L

    Prevent LSAPI queueing for PHP requests on per-user basis with cloudlinux

    If I have cloudlinux set to 3 entry processes, and suexec max connections set to 5. The behaviour I would expect is for litespeed to return a 508 error to the client once the 4th concurrent process is requested. If I fork 20 HTTP requests to a user configured in this fashion, the result is...
  15. L

    [Resolved] Method for determining if "PHP suEXEC Max Conn" is being hit?

    Hi, I'm able to figure this out with debug logging enabled, but is there a good method for determining if requests are being queued due to the suexec max connection setting? With debug logging on, you can get entries like: 2014-07-08 23:51:33.278 [DEBUG] [1.2.3.4:44893-0] concurrent conn: 10...
Top