Install WordPress with Lighttpd on Ubuntu 24.04

This article provides detailed instructions on installing WordPress with Lighttpd on Ubuntu 24.04. It covers installing Lighttpd and MariaDB, creating a WordPress database, installing PHP-FPM, and configuring the Lighttpd server. The setup combines Lighttpd's efficiency with WordPress's flexibility for optimized website management and performance.

https://geekrewind.com/install-wordpress-with-lighttpd-on-ubuntu-24-04/

Install Joomla with Lighttpd on Ubuntu 24.04

This article details the installation process of Joomla using Lighttpd on Ubuntu 24.04. It covers the setup of Lighttpd, MariaDB, and PHP-FPM, alongside creating a Joomla database and configuring virtual hosts. Additionally, it includes steps for implementing HTTPS with Let's Encrypt SSL to secure the Joomla site.

https://geekrewind.com/install-joomla-with-lighttpd-on-ubuntu-24-04/

Install Drupal with Lighttpd on Ubuntu 24.04

This article outlines the installation process of Drupal with Lighttpd on Ubuntu 24.04. It covers installing Lighttpd, MariaDB, and PHP-FPM, creating a Drupal database, and setting up a Drupal virtual host. Additionally, it provides steps for securing the site with HTTPS using a Let's Encrypt SSL certificate.

https://geekrewind.com/install-drupal-with-lighttpd-on-ubuntu-24-04/

Had a good evening with music and chat via the Doof, pottering around with some CI builds and container hosting, and fixing @bright_helpings 's laptop which had run out of disk space for some reason.

Finally have a live Django app using gunicorn for the app code and a separate lighttpd container for the static assets.

#gunicorn #django #lighttpd #docker #cicd

Oof, the most popular #lighttpd container on Docker Hub with >10 million downloads is 4 years old, running v1.4.64.

This means it's vulnerable to https://app.opencve.io/cve/CVE-2025-12642 with a CVE score of 9.1 (critical).

I just set up a quick CI job based off that popular container which doesn't pin to a specific version and rebuilds every week. Should look at publishing it too... and maybe doing some automated static security testing on it.

CVE-2025-12642 - Vulnerability Details - OpenCVE

lighttpd1.4.80 incorrectly merged trailer fields into headers after http request parsing. This behavior can be exploited to conduct HTTP Header Smuggling attacks. Successful exploitation may allow an attacker to: * Bypass access control rules * Inject unsafe input into backend logic that trusts request headers * Execute HTTP Request Smuggling attacks under some conditions This issue affects lighttpd1.4.80

@AndiBarth when I did the setup for my small virtual server, I decided for #lighttpd, mainly because it's called light and supposedly it is; php seems to work just as well as with apache, but most of my content is static files. I have no complaints but I'm really just a casual user/admin, so probably wouldn't notice many things. https://en.wikipedia.org/wiki/Lighttpd notes: No HTTP/3 support.
I have too little experience to say use it instead of apache, just wanted to mention it.
lighttpd - Wikipedia

NetBSD: вторая жизнь Nintendo Wii. Как и зачем я установил эту ОС на игровую консоль

Привет, Хабр! Мое плотное знакомство с консолями Nintendo началось с Wii U. Так уж получилось, что лучшей серией слешеров я считаю Bayonetta. А поскольку вторая часть вышла как эксклюзив для Wii U, мне пришлось приобрести приставку. Потом заодно познакомился с The Legend of Zelda — и понеслось. Примерно то же самое случилось и с выходом Bayonetta 3 — обзавелся Nintendo Switch. Что самое интересное, у меня никогда не было обычной Wii. Волей случая мне в руки попался замечательный экземпляр, но на него я решил посмотреть с точки зрения железа. Внутри меня ждал любопытный конфиг из PowerPC процессора IBM Broadway + SoC производства ATI, который отвечает за графику, а также устройств ввода-вывода.

https://habr.com/ru/companies/ru_mts/articles/984492/?utm_source=habrahabr&utm_medium=rss&utm_campaign=984492

#NetBSD #софт #гаджеты #Nintendo_Wii #Homebrew #ретрожелезо #PowerPC_750CL #lighttpd #bsdfetch

NetBSD: вторая жизнь Nintendo Wii. Как и зачем я установил эту ОС на игровую консоль

Привет, Хабр! Мое плотное знакомство с консолями Nintendo началось с Wii U. Так уж получилось, что лучшей серией слешеров я считаю Bayonetta. А поскольку вторая часть вышла как эксклюзив для Wii U,...

Хабр

NetBSD: вторая жизнь Nintendo Wii. Как и зачем я установил эту ОС на игровую консоль

Привет, Хабр! Мое плотное знакомство с консолями Nintendo началось с Wii U. Так уж получилось, что лучшей серией слешеров я считаю Bayonetta. А поскольку вторая часть вышла как эксклюзив для Wii U, мне пришлось приобрести приставку. Потом заодно познакомился с The Legend of Zelda — и понеслось. Примерно то же самое случилось и с выходом Bayonetta 3 — обзавелся Nintendo Switch. Что самое интересное, у меня никогда не было обычной Wii. Волей случая мне в руки попался замечательный экземпляр, но на него я решил посмотреть с точки зрения железа. Внутри меня ждал любопытный конфиг из PowerPC процессора IBM Broadway + SoC производства ATI, который отвечает за графику, а также устройств ввода-вывода.

https://habr.com/ru/companies/ru_mts/articles/984492/

#NetBSD #софт #гаджеты #Nintendo_Wii #Homebrew #ретрожелезо #PowerPC_750CL #lighttpd #bsdfetch

NetBSD: вторая жизнь Nintendo Wii. Как и зачем я установил эту ОС на игровую консоль

Привет, Хабр! Мое плотное знакомство с консолями Nintendo началось с Wii U. Так уж получилось, что лучшей серией слешеров я считаю Bayonetta. А поскольку вторая часть вышла как эксклюзив для Wii U,...

Хабр
had to os-specific patch #lighttpd for #FreeBSD #lang_en

Well, it seems like I needed a refresher on linux directory perms (esp regarding parent dir perms with respect to listing and traversal) to successfully configure my webserver like I wanted. I've lost hours on this though.

I first did a lot of tests to identify possible causes to the problem, which in turn led me to this SO link : https://unix.stackexchange.com/questions/13858/do-the-parent-directorys-permissions-matter-when-accessing-a-subdirectory

Everything is fine now. Funny how with *nix systems it all comes down to the basics 😁

#linux #webserver #lighttpd

Do the parent directory's permissions matter when accessing a subdirectory?

If I have a root folder with some restrictive permission, let's say 600, and if the child folders/files have 777 permission will everybody be able to read/write/execute the child file even though the

Unix & Linux Stack Exchange