From 3a6c0afae5855295def4b778efac30b34c542ac2 Mon Sep 17 00:00:00 2001 From: tvdijen Date: Thu, 27 Jun 2024 09:49:43 +0000 Subject: [PATCH] deploy: 25f90426c64977107a5463a980f870933f4fb63d --- 2.2/simplesamlphp-install-repo.html | 18 ++++++++++++++++++ stable/simplesamlphp-install-repo.html | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/2.2/simplesamlphp-install-repo.html b/2.2/simplesamlphp-install-repo.html index 9e80c44..95a8997 100644 --- a/2.2/simplesamlphp-install-repo.html +++ b/2.2/simplesamlphp-install-repo.html @@ -145,6 +145,24 @@

cp metadata/saml20-sp-remote.php.dist metadata/saml20-sp-remote.php +

+ The default config.php has a setting + + cachedir + + which defaults to + + /var/cache/simplesamlphp + + . This directory should exist and be +writable by the web server user. You may like to consider something +like the ACL commands from the + + Symfony +website + + to enable access to this cache directory. +

Install the external dependencies with Composer (you can refer to diff --git a/stable/simplesamlphp-install-repo.html b/stable/simplesamlphp-install-repo.html index 9e80c44..95a8997 100644 --- a/stable/simplesamlphp-install-repo.html +++ b/stable/simplesamlphp-install-repo.html @@ -145,6 +145,24 @@

cp metadata/saml20-sp-remote.php.dist metadata/saml20-sp-remote.php +

+ The default config.php has a setting + + cachedir + + which defaults to + + /var/cache/simplesamlphp + + . This directory should exist and be +writable by the web server user. You may like to consider something +like the ACL commands from the + + Symfony +website + + to enable access to this cache directory. +

Install the external dependencies with Composer (you can refer to