diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-03 23:46:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-03 23:46:26 +0200 |
| commit | 1e21cee6bb2ff0f827a952d89570160c024d19d0 (patch) | |
| tree | 46d8f01c10b8f2207c3174556a22ef6758a281f2 /docker-image/Justfile | |
| parent | 9c5d758de36299b4e6498539bb7561c193364897 (diff) | |
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
Diffstat (limited to 'docker-image/Justfile')
| -rw-r--r-- | docker-image/Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
