From 3b1ba9315623c6027330990958d872a9ac83a277 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 18 Jul 2022 19:05:51 -0700 Subject: [PATCH] force /phpMyAdmin to use default fpm --- etc/apache2/conf-available/phpMyAdmin.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/apache2/conf-available/phpMyAdmin.conf b/etc/apache2/conf-available/phpMyAdmin.conf index 4876513..d37d90f 100644 --- a/etc/apache2/conf-available/phpMyAdmin.conf +++ b/etc/apache2/conf-available/phpMyAdmin.conf @@ -10,3 +10,10 @@ SetExternalAuthMethod pwauth pipe AuthExternal pwauth Require valid-user + +# this is to force the default fpm, so we don't end up trying to use a virtualhosts jailed fpm which won't work + + + SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost" + +