From a6bd4cba833bd576c20ca05badc3aa26ce7f0f91 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 31 Aug 2021 22:57:23 +0100 Subject: Support to pass env variables to CGIs Env variables are configured per virtual host. --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 9ebcb9e..0d0c53e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # What's new? +## Release 1.3.0 - 2021-??-?? + + - Support to provide extra environment variables to CGIs: + +``` +// in virtual host +environment = { "VARIABLE": "VALUE" } +``` + When executing a CGI, SapaceBeans provides a clean environment (other than + the CGI variables). Any required environment variable must be specified + using this configuration token. + ## Release 1.2.0 - 2021-07-20 - Classic CGI support: -- cgit v1.2.3