From 2358839ef6acbad629b23fa249647ab52db326be Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 19 Sep 2025 15:59:16 +0000 Subject: [PATCH] Correct php-fpm socket location. --- .gitattributesdb | 2 +- etc/apache2/httpd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributesdb b/.gitattributesdb index 39c8b82..31efe69 100644 --- a/.gitattributesdb +++ b/.gitattributesdb @@ -9,7 +9,7 @@ LmdpdGlnbm9yZQ== 1758288513 1757593248 root:root 0644 - - LmdpdG1vZHVsZXM= 1757607701 1757607701 root:root 0644 - - ZXRjLy5naXRpZ25vcmU= 1758218823 1757611781 root:root 0644 - - ZXRjL2FwYWNoZTIvLmdpdGlnbm9yZQ== 1757775950 1757775932 root:root 0644 - - -ZXRjL2FwYWNoZTIvaHR0cGQuY29uZg== 1758296678 1757785514 root:root 0644 - - +ZXRjL2FwYWNoZTIvaHR0cGQuY29uZg== 1758297527 1757785514 root:root 0644 - - ZXRjL2FwYWNoZTIvc2l0ZXMuZC9jb3JlLnNsYWNrd2FyZS51ay5uZXQuY29uZg== 1758296215 1757785113 root:root 0644 - - ZXRjL2NvbmYuZC8uZ2l0aWdub3Jl 1758050750 1757609410 root:root 0644 - - ZXRjL2NvbmYuZC9ib290bWlzYw== 1757591865 1757591865 root:root 0644 - - diff --git a/etc/apache2/httpd.conf b/etc/apache2/httpd.conf index 2fc537d..4d7c941 100644 --- a/etc/apache2/httpd.conf +++ b/etc/apache2/httpd.conf @@ -200,7 +200,7 @@ Alias /.well-known/acme-challenge/ /srv/dehydrated/ DirectoryIndex index.php index.phtml - SetHandler proxy:unix:/run/php-fpm83/php-fpm.sock|fcgi://localhost/ + SetHandler proxy:unix:/run/php-fpm84/php-fpm.sock|fcgi://localhost/