From 6e8b52dff66913b26a548bcf36a43b2329a35f25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabien=20Cl=C3=A9ment?= Date: Wed, 8 Nov 2023 09:25:23 +0000 Subject: [PATCH] mod_usertrack was deprecated and seems to be retired (currently installing from latest php 8.1 alpine image) I remove it and application still seems to work as expected --- docker/lighttpd.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index e4be235..a137097 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -5,7 +5,6 @@ var.statedir = "/var/lib/lighttpd" server.port = 80 server.modules = ( "mod_access", - "mod_usertrack", "mod_expire", "mod_accesslog" ) -- 2.34.1