Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releases: jung-kurt/caddy-cgi

CGI 1.10 for Caddy

20 Dec 17:30
Compare
Choose a tag to compare

Support pass_all_env with test relaxed for Travis CI

1.9 for Caddy

20 Dec 16:38
Compare
Choose a tag to compare

This release supports a new CGI block subdirective pass_all_env that instructs Caddy to pass all environment variables to the CGI application.

1.8 for Caddy

23 May 19:35
Compare
Choose a tag to compare

The new "inspect" CGI block subdirective can be used to diagnose problems with the CGI environment.

1.7 for Caddy

10 May 12:25
Compare
Choose a tag to compare

This release corrects an edge case with the "except" keyword.

1.6 for Caddy

20 Mar 20:55
Compare
Choose a tag to compare

Support empty environment variables to simulate Apache's behavior.

1.5 for Caddy

20 Mar 17:02
Compare
Choose a tag to compare

This release supports pattern exceptions to exclude certain scripts. It does this with the "except" subdirective.

1.4 for Caddy

06 Jun 20:56
Compare
Choose a tag to compare

This release transfers JSON Web Token claims to CGI apps via environment variables.

1.3 for Caddy

20 Apr 20:24
Compare
Choose a tag to compare

This release adds an example in Go

1.2 for Caddy after 0.9.5

30 Mar 14:32
Compare
Choose a tag to compare

This release reinstates the use of remote user name that is available in Caddy after version 0.9.5

1.1 for caddy 0.9.5

30 Mar 14:26
Compare
Choose a tag to compare

This release does not depend on the caddy.CtxKey (introduced after caddy 0.9.5) that is used to convey remote user information from the basicauth plugin to other plugins.