Skip to content

Commit

Permalink
add extra cgi vars patch from joe_e_e
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Apr 27, 2009
1 parent 8ca43c2 commit de056eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions man/yaws.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,17 @@ Setting this directive to false disallows the automatic
dir listing feature of Yaws. A status code 403 Forbidden will be sent.
Set to true_nozip to avoid the auto-generated all.zip entries.

.TP
\fBextra_cgi_vars = .....\fR
Add additional CGI variables. For example:
.nf

<extra_cgi_vars dir='a path to some scripts'>
var = val
...
</extra_cgi_vars>
.fi

.TP
\fBdeflate = true | false\fR
Turns on or off deflate compression for a server
Expand Down

0 comments on commit de056eb

Please sign in to comment.