From 1ff51d7b993a48db7a0db0ed207b57fe2cc797f5 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 14 Aug 2025 23:32:48 -0600 Subject: sock not pid woops --- org/4get-guide.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org') diff --git a/org/4get-guide.org b/org/4get-guide.org index c2144f2..1fdd0db 100644 --- a/org/4get-guide.org +++ b/org/4get-guide.org @@ -45,7 +45,7 @@ anyways here is a basic config for 4get to get you started. fastcgi.server = ( ".php" => ( "localhost" => ( - "socket" => "/var/run/php/php-fpm.pid", + "socket" => "/var/run/php/php-fpm.sock", "broken-scriptfilename" => "enable" )) ) @@ -62,7 +62,7 @@ directory for the sock To configure the sock path open =/usr/local/etc/php-fpm.d/www.conf= and set this value somewhere: #+begin_src - listen = /var/run/php/php-fpm.pid + listen = /var/run/php/php-fpm.sock #+end_src To prevent those annoying php warnings from showing up put these in -- cgit v1.2.3