RELEASED: LiteSpeed Web Server v6.3.5 Build 1! In this release: Security update. www.litespeedtech.com/products/lit... #litespeed #webserver
Latest posts tagged with #WebServer on Bluesky
RELEASED: LiteSpeed Web Server v6.3.5 Build 1! In this release: Security update. www.litespeedtech.com/products/lit... #litespeed #webserver
Kula porta il monitoraggio dei server Linux a un nuovo livello: leggero, autonomo, con dashboard web e TUI in tempo reale. #Linux #Monitoring #OpenSource #WebServer
How to Setup Apache Virtual Hosts on Ubuntu VPS 🛠️ (5 Minute Quick-Start Guide)
How to Setup #Apache Virtual Hosts on #Ubuntu #VPS 🛠️ (5 Minute Quick-Start Guide)
This article provides a guide demonstrating how to setup Apache virtual hosts on Ubuntu VPS.
This guide walks ...
Continued 👉 #webserver #virtualhosts #opensource #selfhosted #letsencrypt #selfhosting
How to Setup Apache Virtual Hosts on Ubuntu VPS 🛠️ (5 Minute Quick-Start Guide)
How to Setup #Apache Virtual Hosts on #Ubuntu #VPS 🛠️ (5 Minute Quick-Start Guide)
This article provides a guide demonstrating how to setup Apache virtual hosts on Ubuntu VPS.
This guide walks ...
Continued 👉 #letsencrypt #webserver #opensource #selfhosted #virtualhosts #selfhosting
How to Setup Apache Virtual Hosts on Ubuntu VPS 🛠️ (5 Minute Quick-Start Guide)
How to Setup #Apache Virtual Hosts on #Ubuntu #VPS 🛠️ (5 Minute Quick-Start Guide)
This article provides a guide demonstrating how to setup Apache virtual hosts on Ubuntu VPS.
This guide walks ...
Continued 👉 #webserver #virtualhosts #selfhosted #selfhosting #letsencrypt #opensource
Playing around with #starman and #dancer2, since apparently no one uses #perlcgi any more.
If anyone can recommend some beginner resources, I'd appreciate it, specifically around form processing and DB interactions.
#perl #selfhosting #selfhosted #webcrafting #webserver
🔄 From Nginx to Angie: Why You Should Consider Switching!
F5 acquisition sparked innovation. Angie fork brings fresh energy to the web server world.
📖 Read: devopstales.github.io/devops/nginx...
#Nginx #Angie #WebServer #OpenSource #DevOps
Langsame Websites nerven Nutzer und ausgerechnet das populäre CMS WordPress ist nicht für schnellen Seitenaufbau bekannt. Vinyl Cache schafft Abhilfe. #Webserver
RELEASED: LiteSpeed Web Server v6.3.5! In this release: Security updates, bug fixes, and more! www.litespeedtech.com/products/lit... #litespeed #webserver
Want to upgrade to PHP 8.5 on AlmaLinux 8?
Follow our easy step-by-step guide and get the latest PHP running on your server.
Check it out 👇
wiki.crowncloud.net?How_to_Insta...
#PHP #AlmaLinux #Linux #WebServer #DevOps #OpenSource #SysAdmin
Want to install PHP 8.5 on AlmaLinux 10?
Follow our easy step-by-step guide and get the latest PHP running on your server in minutes.
Check it out 👇
wiki.crowncloud.net?How_to_Insta...
#PHP #AlmaLinux #Linux #WebServer #DevOps #OpenSource #SysAdmin
Trying to install #PHP 8.5 on #Ubuntu 25.10 and not finding it?
That’s because PHP 8.5 is not available in the default Ubuntu 25.10 repositories.
wiki.crowncloud.net?PHP_8_5_on_U...
#WebServer #SysAdmin #DevOps
Neuer Blog-Artikel: "App-Tipp: TinyServer" - jasinski.info/2026/03/23/tiny...
Löst ein Problem, was eigentlich mit Bordmitteln lösbar sein müsste.
#App #iPhone #iPad #Webserver
Neuer Blog-Artikel: "App-Tipp: TinyServer" - jasinski.info/2026/03/23/tiny...
Löst ein Problem, was eigentlich mit Bordmitteln lösbar sein müsste.
#App #iPhone #iPad #Webserver
Want to upgrade to PHP 8.5 on Rocky Linux 10?
Follow our easy step-by-step guide and get the latest PHP running on your server in minutes.
Check it out 👇
wiki.crowncloud.net?How_to_Insta...
#PHP #RockyLinux #Linux #WebServer #DevOps #OpenSource #SysAdmin
Want the latest PHP 8.5 on Debian 12?
Follow our simple step-by-step guide and upgrade your server’s PHP version in minutes.
Check it out 👇
wiki.crowncloud.net?How_to_Insta...
#PHP #Debian #Linux #WebServer #DevOps #OpenSource #SysAdmin
Free Software Friday! Shout out to nginx. The web server runs a considerable chunk of the modern internet, either directly or as a proxy server. Yet, we seldom recognize its importance.
#webserver #freesoftwarefriday #opensource #unsungheros
https://nginx.org/
Git pull showing changes to the DaNode source code
Big update to DaNode, my D-language web server: Automatic Let's Encrypt renewal via ACME, TLS 1.2+ with modern ciphers, security hardening, and cleaner code.
👉 dannyarends.nl/DaNode%20Update
#dlang #webserver #letsencrypt #opensource
Suddenly, it happens ... a burst of productivity and I'm picking up this little old project of mine 😆
https://merecat.troglobit.com/
It's based on Jef Poskanzer's thttpd which I really liked back in the day. I added a few things like https support but never really had the time to make a proper […]
Secure Nginx with Let's Encrypt on Ubuntu 26.04, 24.04, or 22.04 using Certbot. This covers HTTPS setup, renewal checks, common validation failures, and clean removal.
linuxcapable.com/how-to-secur...
#Linux #Ubuntu #Nginx #LetsEncrypt #Certbot #Security #SysAdmin #WebServer #SelfHosted #OpenSource
Good: I've been able to get PHP working on my Caddy webserver.
Bad: I cannot get heterogeneous indexing working.
That's the thing where, in Apache, you say:
Index index.php index.cgi index.html index.htm
and it will pick the right thing.
Oh, there is a similar directive on Caddy, but when I […]
Web Server Exploits and Mimikatz Used in Attacks Targeting Asian Critical Infrastructure reconbee.com/web-server-e...
#webserverexploit #Mimikatz #asian #cybersecurity #cyberattack #webserver
I have been battling with Caddy today. Some slight progress has been made; one can use fastcgiwrap to provide CGI, so that's okay.
What is baffling me is that if I tell it to use the fastcgi transport for the matcher "/cgi/*" (all files under /cgi) then it works, but if I try to use the matcher […]
I tried setting up #Caddy webserver today (https://caddyserver.com I liked the look of it when I came across it recently; some cool features, and a less arcane configuration than Apache.
Unfortunately, I got to a level of frustration that had me yelling at the sky. Some things Just Work […]
For those interested in my experience blocking HTTP1.1 #web traffic, I have posted some initial feedback and observations.
TLDR: there is still a surprising amount of legitimate HTTP1.1 traffic out there. Blocking does cause problems.
#webserver #webdev […]
Right, I *think* I have my #webserver configured properly now to disallow HTTP1.1 except for rss feeds and certain blessed user agents.
I find the Caddyfile syntax very confusing for mildly complex things.
https://sheep.horse/
As I mentioned the other day I've been delving into Go and da da da dahhhh, I've just released a project.
CLOG v0.6.3 - High-Visibility Caddy Log Viewer
Go check it out 👉 github.com/hellotimking...
Would love feedback if you try it!
#Caddy #WebServer #ReverseProxy #LogViewer #go #golang
I fiddled something again. The challenge was to enable static web file “hosting” out of Forgejo Repos. This doesn’t come out of the box from Forgejo and there are various ways to solve this.
I went for a hopefully lightweight setup using a Caddy Webserver to serve the static files and a little […]
A relire : Générer un fichier de config nginx avec https://www.digitalocean.com/community/tools/nginx#
https://www.digitalocean.com/community/tools/nginx#
#nginx #webserver #webdev