From 1e21cee6bb2ff0f827a952d89570160c024d19d0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Feb 2026 23:46:26 +0200 Subject: Fix non-root execution with proper Apache paths - Add PidFile directive after ServerRoot for non-root user - Configure cgid ScriptSock to /var/run/apache2/cgisock - Redirect ErrorLog and CustomLog to /var/log/apache2/ - Create /var/run/apache2 and /var/log/apache2 with correct ownership - Set explicit UID/GID 1000 for app user - Bump version to 1.6.2 --- docker-image/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-image/Justfile') diff --git a/docker-image/Justfile b/docker-image/Justfile index f28bfdd..95deb15 100644 --- a/docker-image/Justfile +++ b/docker-image/Justfile @@ -1,4 +1,4 @@ -VERSION := "1.6.1" +VERSION := "1.6.2" REGISTRY := "r0.lan.buetow.org:30001" IMAGE := "ipv6test" -- cgit v1.2.3