Search results

  1. G

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    If I keep refreshing my website home page in a browser, I end up getting a 520 error from Cloudflare and I see the message in my server.log file: Is there a way to prevent this from happening?
  2. G

    Does OLS cache pages with 403 error code (Forbidden)?

    The WP Zero Spam plugin sends a 403 with some text to block clients. I am observing that OLS is caching the blocked page and serving it to other clients. Is that expected? Does OLS cache pages with 403 status or does it not differentiate?
  3. G

    Trying to install lsphp56 for an old website on Centos 8

    Is it possible to install lsphp56 on Centos 8? I tried the following: > rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm > yum install lsphp56 and got this error: Has php 5.6 support been removed from Centos 8?
  4. G

    LSCache and REST API caching questions

    I am looking for information on LSCache and REST API caching. A lot more plugins have started to use REST API calls, either for the admin interface or the front-end interface. How does LSCache know which ones can be cacheable and which ones should not be cached? If I have an external app doing...
  5. G

    OLS v1.7.5 not found when using apt list/upgrade

    Is v1.7.5 not supposed to be available on Ubuntu 20.04 this way? > sudo apt list '*openlitespeed*' Listing... Done openlitespeed-asan/focal 1.7.4-1+focal amd64 openlitespeed-debug/focal 1.7.4-1+focal amd64 openlitespeed-prof/focal 1.7.4-1+focal amd64 openlitespeed/focal,now 1.7.4-1+focal amd64...
  6. G

    DigitalOcean image uses www-data:www-data instead of nobody:nogroup

    I have noticed the DigitalOcean OLS image uses www-data:www-data instead of the recommended nobody:nobody (or nobody:nogroup). Could you clarify why there is a discrepancy? I am also wondering if it is possible to run multiple sites using the same virtual host template with different users/groups.
  7. G

    Feature Request: Context List should have Accessible column

    It would be great if the Context List had an 'Accessible' column to see quickly if a particular context has been marked as accessible or not.
  8. G

    Feature request: Reverse proxy support for encrypted websockets

    Websites and apps use important data use SSL nowadays. A lot of apps use websockets for real-time communication with their backend. An https app cannot use unencrypted websockets, as it would be unsafe and most modern browsers do not allow it. A fair number of people run their apps behind...
  9. G

    Security PSA: Implement Urlhaus as a response policy zone (rpz) for bind

    If you're running your own server, I would recommend to install to implement urlhaus as a response policy zone (rpz) for bind. How-to guide in this article: https://abuse.ch/blog/using-urlhaus-as-response-policy-zone-rpz/ You may need to specify an absolute path the urlhaus.zone zone for the...
  10. G

    Server log viewer should have ordering enabled and should default to descending by time

    Here is how to make those changes: admin/html.open/view/logviewer.php: $("#dash_logtbl").dataTable( {"ordering": true, // change to true to enable ordering "order"...
  11. G

    Bug in server log viewer

    There seems to be a bug in the server log viewer. The SetRange function in admin/html.open/lib/LogViewer.php prevents $from from being set to -1, which is POS_FILEEND ie the end of the file. Therefore the |> button does not really work. function SetRange($from, $size) { if...
  12. G

    Suggestion: New version available post should have link to how to upgrade article

    It would be useful for everything if forum/website posts about new versions available contained a link to the post about how to upgrade (maybe this one: https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/)
  13. G

    Suspend/resume virtual host in webadmin console does not work without manual lsws restart

    I was trying to suspend/resume a virtual host from the webadmin console and it was not taking. The toggle only took after I did 'sudo service lsws restart' from the terminal. I am running lsws 1.7.4. Let me know if this is a known problem or maybe there is an issue with my installation...
  14. G

    Web server log displays only numbers now

    I am running lsws 1.7.4 and the logs/access.log now looks like this: <ip_address> - - [09/Sep/2020:09:20:27 +0000] "" 400 B1209 <ip_address> - - [09/Sep/2020:09:34:41 +0000] "" 400 B1209 <ip_address> - - [09/Sep/2020:21:04:58 +0000] "" 200 O- <ip_address> - - [09/Sep/2020:21:05:06 +0000] "" 200...
  15. G

    Are QUIC and SSI coming to OpenLiteSpeed?

    The litespeedtech.com website advertises the LiteSpeed Web Server has the only solution to have QUIC and ESI support. I saw QUIC support announced in OpenLiteSpeed 1.6.* and possible ESI support coming too. Am I reading this right?
Top