Fixed php session save permission problem

This commit is contained in:
2021-11-25 14:20:16 +01:00
parent 9b448938bf
commit 39724043fe
13 changed files with 44 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ elif [ "$shortdist" = "el8" ]; then
phpMainConf=/etc/opt/remi/php${phpver//.}/php.ini
phpFPMService=php${phpver//.}-php-fpm
#Creating Socket directory
mkdir -p /var/run/php
mkdir -p /var/run/php /var/lib/php/sessions
fi
#Setting php version branch