index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
/
fastcgi
/
fastcgi.go
Age
Commit message (
Expand
)
Author
2022-08-04
cmd: Use newly-available version information (#4931)
Matt Holt
2022-03-07
fastcgi: Protect against requests with null bytes in the path (#4614)
Francis Lavoie
2022-03-02
fastcgi: Set SERVER_PORT to 80 or 443 depending on scheme (#4572)
ttys3
2021-12-02
fastcgi: Fix a TODO, prevent zap using reflection for logging env (#4437)
Francis Lavoie
2021-11-24
reverseproxy: Adjust defaults, document defaults (#4436)
Francis Lavoie
2021-06-17
caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)
Matt Holt
2021-06-16
Some misc. cleanup
Matthew Holt
2020-12-04
fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)
Francis Lavoie
2020-07-20
fastcgi: Add resolve_root_symlink (#3587)
Manuel Dalla Lana
2020-07-17
fastcgi: Ensure leading slash, omit SERVER_PORT if empty for compliance (#3570)
Francis Lavoie
2020-07-17
fastcgi: Fill REMOTE_USER with http.auth.user.id placeholder (#3577)
Francis Lavoie
2020-06-12
fastcgi: Make sure splitPos handles empty SplitPath correctly (#3491)
Wynn Wolf Arbor
2020-04-03
fastcgi: Account for lack of split path configuration (fix #3221)
Matthew Holt
2020-04-01
caddytls: Update cipher suite names and curve names
Matthew Holt
2020-03-24
fastcgi: Add debug log (#3178)
Matthew Holt
2020-03-23
fastcgi: Ensure root is always absolute (issue #3178) (#3182)
Matt Holt
2020-03-23
fastcgi: Fix PATH_INFO (issue #3178)
Matthew Holt
2020-03-22
fastcgi: Support multiple path splitters (close #1564)
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-28
fastcgi: Set SERVER_SOFTWARE, _NAME, and _PORT properly (fixes #2952)
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-10
Miscellaneous cleanups / comments
Matthew Holt
2019-09-10
fastcgi: Make EnvVars a map instead of a slice
Matthew Holt
2019-09-09
Migrate some selection policy tests over to v2
Matthew Holt
2019-09-06
Various fixes/tweaks to HTTP placeholder variables and file matching
Matthew Holt
2019-09-06
fastcgi: Use request context as base, not a new one
Matthew Holt
2019-09-05
fastcgi: Set default root path; add interface guards
Matthew Holt
2019-09-05
Add original URI to request context; implement into fastcgi env
Matthew Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt