From b1f4cdc84de6ae0732e8d0a58ca5a4e8b2fed000 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 8 Dec 2023 23:57:00 +0100 Subject: [PATCH] install_roundcube.sh: change location of php-socket to directory '/run/php/'. --- install_roundcube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_roundcube.sh b/install_roundcube.sh index 4e02899..5c929ae 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -1480,7 +1480,7 @@ EOF EOF else cat <> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file - SetHandler "proxy:unix:/tmp/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1" + SetHandler "proxy:unix:/run/php/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1" EOF fi cat <> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file