From 764921830a9426cb19173c22c945bb8122f4c68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 14 Dec 2023 17:41:36 +0100 Subject: [PATCH] Allow following symlinks in /pub Since the Root CA cert is a symlink in /pub when running as a kubernetes container, we need to add the apache SymLinksIfOwnerMatch option for this directory. --- spacewalk/config/etc/httpd/conf.d/z-public.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacewalk/config/etc/httpd/conf.d/z-public.conf b/spacewalk/config/etc/httpd/conf.d/z-public.conf index 51f46636f6cc..0886b068d12e 100644 --- a/spacewalk/config/etc/httpd/conf.d/z-public.conf +++ b/spacewalk/config/etc/httpd/conf.d/z-public.conf @@ -1,7 +1,7 @@ Alias /pub /srv/www/htdocs/pub SetEnv VIRTUALENV - Options Indexes + Options Indexes SymLinksIfOwnerMatch Require all granted AllowOverride All