From e91f1f2413287c7c95d7eee330d8d3154372f1f7 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Sat, 11 Nov 2023 11:32:04 +0100 Subject: [PATCH] iiipsrv: Use filesystem prefix --- internal/dis/component/server/admin/html/instance_system.html | 1 + .../ingredient/barrel/barrel/apache.d/mods-available/iipsrv.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/dis/component/server/admin/html/instance_system.html b/internal/dis/component/server/admin/html/instance_system.html index a4b631a..0a33e07 100644 --- a/internal/dis/component/server/admin/html/instance_system.html +++ b/internal/dis/component/server/admin/html/instance_system.html @@ -44,6 +44,7 @@ Run an IIPImage server inside this instance. + When configuring the WissKI IIIF module, use /var/www/data/project/web/sites/default/files/ as a prefix.
This can be used for streaming 2D images inside this WissKI, see the WissKI Documentation for more details. Please be aware that any installation or configuration steps are performed automatically by the distillery. diff --git a/internal/wisski/ingredient/barrel/barrel/apache.d/mods-available/iipsrv.conf b/internal/wisski/ingredient/barrel/barrel/apache.d/mods-available/iipsrv.conf index 169f614..91cbe37 100644 --- a/internal/wisski/ingredient/barrel/barrel/apache.d/mods-available/iipsrv.conf +++ b/internal/wisski/ingredient/barrel/barrel/apache.d/mods-available/iipsrv.conf @@ -18,6 +18,7 @@ FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "10" FcgidInitialEnv JPEG_QUALITY "90" FcgidInitialEnv MAX_CVT "5000" FcgidInitialEnv MEMCACHED_SERVERS "localhost" +FcgidInitialEnv FILESYSTEM_PREFIX /var/www/data/project/web/sites/default/files/ # Define the idle timeout as unlimited and the number of # processes we want