home.social

#openlitespeed — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #openlitespeed, aggregated by home.social.

fetched live
  1. 7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

    This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
    What is OpenLiteSpeed?
    OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you to ...
    Continued 👉 blog.radwebhosting.com/configu #selfhosted #debian #reverseproxy #openjdk #letsencrypt #jre #selfhosting #installguide #proxyserver #vps

  2. 7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

    This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
    What is OpenLiteSpeed?
    OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you ...
    Continued 👉 blog.radwebhosting.com/configu #selfhosted #openjdk #reverseproxy #jre #selfhosting #proxyserver #vps #debian #letsencrypt #installguide

  3. 7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

    This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
    What is OpenLiteSpeed?
    OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you ...
    Continued 👉 blog.radwebhosting.com/configu #installguide #selfhosted #vps #reverseproxy #proxyserver #debian #openjdk #jre #selfhosting #letsencrypt

  4. 7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

    This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
    What is OpenLiteSpeed?
    OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you ...
    Continued 👉 blog.radwebhosting.com/configu #openjdk #letsencrypt #reverseproxy #installguide #selfhosting #selfhosted #jre #proxyserver #vps #debian

  5. WordPress с OpenLiteSpeed vs классический LEMP: реальные бенчмарки

    Мы сравнили OpenLiteSpeed и классический LEMP для WordPress на реальных серверах. RPS, latency, TTFB, потребление CPU и RAM, поведение под нагрузкой до 500 пользователей. И вот какие итоги у нас получились.

    habr.com/ru/companies/hostkey/

    #hostkey #WordPress #OpenLiteSpeed #LEMP #Nginx #PHP #Бенчмарки #Производительность #Кеширование #Вебсерверы

  6. 7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

    This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
    What is OpenLiteSpeed?
    OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you to deliver a fast web ...
    Continued 👉 blog.radwebhosting.com/configu #reverseproxy #jre #debian #openjdk #proxyserver #installguide #vps #letsencrypt

  7. 1/?

    Well, this was a real pisser!

    Yesterday was the random day I picked to do my weekly round of #Linux #updates on several dedicated servers, devices, etc. I do it manually, and at least once a week.

    EVERY one of them failed! Every single one could not resolve the #repositories needed to update installed packages. Whether it was #MariaDB or #OpenLiteSpeed... it failed. Continously. Hour after hour.

    The reason was an issue with my dedicated and local #DNS #server, which is also my #sinkhole.

  8. @Linux I am just curious here. Have you ever done any administration of the #OpenLiteSpeed webserver? I've just begun to play with it and I am thinking of replacing Apache with it in my workflow because it's lightweight and performant. The only thing is I have some moral qualms because it's really kind of corporatized; being a crippled version of the commercial LiteSpeed webserver.

  9. I abandoned OpenLiteSpeed and went back to good ol’ Nginx - Enlarge / Ish is on fire, yo. (credit: Tim Macpherson / Getty Images) ... - arstechnica.com/?p=1998514 #litespeedwebserver #spacecityweather #openlitespeed #webhosting #litespeed #webserver #features #hosting #php-fpm #staff #nginx #tech #php

  10. LiteSpeed statt Nginx/Apache

    Die meisten WordPress-Websites werden mit Nginx, Apache oder eine Kombination aus beiden angetrieben. Jede Lösung hat ihre eigenen Vor- und Nachteile. Der größte Vorteil von Apache ist die Flexibilität: Durch spezielle Dateien im Webverzeichnis - du hast sicher schon von den .htaccess-Dateien gehört - können f…

    leo-skull.de/litespeed-statt-n

    #LeoSkullIntern #Technik #Apache #LiteSpeedWebServer #Nginx #OpenLiteSpeed #Performance

  11. ...und damits hier nicht ganz so leer aussieht, direkt mal eine Umfrage. Gern teilen.

    #web #webserver #linux #nginx #apache #openlitespeed #seo #webdesign #agency #agentur #wordpress #poll

    Auf welchen Webserver setzt ihr?

  12. @The_KamikaZEN have you contacted #DreamHost support at all. Do they support a `.htaccess` file in the `.well-known` directory? What web server software are they using? #Nginx #Apache #LiteSpeed #OpenLiteSpeed If they have have any special server rules/restrictions setup for that path that might be the problem. This is unfortunately one of the reasons why getting the #ActivityPub plugin working on all #WordPress sites is such a challenge. This needs hosting provider support.

    @letsencrypt

  13. @ramsey question about PHP release announcements. I'm noticing that #PHP 8.0 hasn't been getting release announcements only PHP 8.1 & 8.2. Is there a reason for this? I ask because I'm maintaining a #Docker image for #OpenLiteSpeed that includes PHP. I'm trying to stay on top of keeping it up-to-date and so have setup notifications for myself by monitoring the PHP release announcements. Thanks!

    news-web.php.net/php.announce

  14. @glecharles @jasontucker my site is working @timnolte which is the same as this timnolte.com/author/timnolte/ but, crap...I thought my caching fix for #OpenLiteSpeed was working but I'm seeing #JSON instead of #HTML in my browser. 🤦

  15. So the solution for #OpenLiteSpeed caching is to use this in order to have 2 different caches for the same endpoint.

    #BEGIN ActivityPub Cache Handling
    <IfModule LiteSpeed>
    RewriteEngine On
    CacheLookup on
    RewriteCond %{HTTP_ACCEPT} ^application\/activity\+json$
    RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+activitypub]
    </IfModule>
    #END ActivityPub Cache Handling

    2/2

  16. OK, so I'm not sure about a broader solution. However, I have finally figured out how to properly cache HTML & Activity+JSON requests with #OpenLiteSpeed & the #ActivityPub plugin for #WordPress. It is possible that this might be usable for an #Apache setup using my original redirect method.

    1/2

  17. OK, so for people using the #ActivityPub #WordPress plugin from @pfefferle and are using caching that causes problems with return #JSON to web visitor, instead of #HTML, or HTML to ActivityPub requests instead of JSON, I think I have a working solution. I have just finally got around to testing my theory on my #OpenLiteSpeed server by leveraging a Rewrite Rule. I haven't fully confirmed if the requests are being cached.

    1/2

  18. So what are #FOSS projects doing to serve up #Docker images? I just got a stupid email from Docker that states that I now have to pay them to host my free #OpenLiteSpeed image for #arm64 that I've spent months on tuning and supporting. I'm really starting to hate Docker. 💩

  19. @imrehg yeah, so this is a widespread problem with just about all caching, especially for WordPress sites. @jasontucker had some major problems when using #Cloudflare in front of his #WordPress site. I have odd issues as well with #OpenLiteSpeed caching in front of my site.

  20. @andyfragen @ru I think the thing for me that is a hard sell is that SpinupWP is just a layer on top of a cloud hosting providers, like #DigitalOcean. I can already spin up a 1-click #CyberPanel with #OpenLiteSpeed droplet with little effort and cut out the extra cost, this would be at the Personal level. For my personal stuff I just can't justify spending $40/mo on top of VPS costs of $15+/mo for full support/management.

  21. @alexstandiford I'm currently in the process of migrating my current #DigitalOcean droplet setup over to a container-based setup on the #OracleCloud Infrastructure free tier, all running on #arm64. Sort of got into the weeds as I ended up building my own #OpenLiteSpeed #Docker image that can run on arm64. I'm on the fence on whether I really like the setup or not. It's not 1-click simple, so I may look at figuring out a solution to that. It seems with #containers nothing is every 1-click.

  22. @jasontucker @tomfinley so on the IndieWeb Slack @pfefferle mentioned:

    "There is already a possibility to show the json by adding „/activitypub“ behind every author, post or page URL. For example notiz.blog/2022/11/14/the-at-p Maybe you can redirect to this page!"

    I'm going to try to setup a rewrite rule on my #OpenLiteSpeed server and see if that makes a difference or not. I'm not sure that it is even something that can be done with Cloudflare though.