Skip to content

“Stargazers”

Compare
Choose a tag to compare
@omar-polo omar-polo released this 20 Mar 12:13
· 1081 commits to master since this release

Blog post.

New features

  • reload configuration on SIGHUP without disconnecting the clients
  • added block return, strip and entrypoint options
  • added a prefork option to control the number of server processes (default: 3)
  • added require client ca option to require client certificates signed by a specific CA
  • added log option to enable/disable logging per-vhost
  • define TLS_CLIENT_NOT_BEFORE and TLS_CLIENT_NOT_AFTER for CGI scripts

Improvements

  • improved the directory listing: print the path of the current directory
  • for CGI scripts, split the query in words and pass each of them via argv too
  • [FreeBSD] add capsicum to the logger process

Bug fixes

  • CGI scripts now have only std{in,out,err} open
  • change some CGI variables to match the correct behaviour

Breaking changes

  • relative paths are not allowed in the configuration file
  • some environment variables for CGI script were changed.