diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-08-31 22:57:23 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-08-31 23:04:09 +0100 |
commit | a6bd4cba833bd576c20ca05badc3aa26ce7f0f91 (patch) | |
tree | fe66763fbc353a8ab435b5dfdb4fedad12a42ce2 /CHANGES.md | |
parent | c09ffd688c1edd43c545aaf442a1cb582d5ad20d (diff) | |
download | spacebeans-a6bd4cba833bd576c20ca05badc3aa26ce7f0f91.tar.gz spacebeans-a6bd4cba833bd576c20ca05badc3aa26ce7f0f91.zip |
Support to pass env variables to CGIs
Env variables are configured per virtual host.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |