diff options
Diffstat (limited to 'doc/localcgi.md')
-rw-r--r-- | doc/localcgi.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/localcgi.md b/doc/localcgi.md index bcf91e80..a266f2c4 100644 --- a/doc/localcgi.md +++ b/doc/localcgi.md @@ -133,6 +133,8 @@ Chawan sets the following environment variables: returning an error. * `HTTP_COOKIE=` if set, the Cookie header. * `HTTP_REFERER=` if set, the Referer header. +* `CHA_TMP_DIR=` directory used for storing temporary files. +* `CHA_CONFIG_DIR=` location of the config file. For requests originating from a urimethodmap rewrite, Chawan will also set the parsed URL's parts as environment variables. Use of these is highly |