Age | Commit message (Expand) | Author |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-04-23 | replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread; | Jason McIntyre |
2020-02-25 | httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@ | Stuart Henderson |
2020-02-09 | Implement "strip" option for fastcgi to be able to have multiple chroots | Florian Obser |
2019-05-08 | The QUERY_STRING macro is not actually URL encoded, so fix the manual. | Theo Buehler |
2019-05-03 | Add a "forwarded" log format that extends the "combined" log format | Theo Buehler |
2019-04-16 | document where multiline {} is applicable; | Jason McIntyre |
2019-03-12 | reference the /etc/examples files for httpd and acme-client. started from a t... | Jason McIntyre |
2019-02-19 | httpd(8): add support for setting custom FastCGI parameters. | Paul Irofti |
2019-02-08 | Improve fastcgi socket documentation and mention that TCP is supported in | Florian Obser |
2018-06-20 | Add support for simple one-off internal rewrites. | Reyk Floeter |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-15 | Something went wrong - the strip option was documented twice. | Reyk Floeter |
2018-06-13 | one too many .El; | Jason McIntyre |
2018-06-13 | Rename httpd.conf "root strip" option to "request strip". | Reyk Floeter |
2018-06-11 | The http_query is already url_encoded; don't encode it twice. | Reyk Floeter |
2018-05-23 | Forgot to revert another "port 80" | Reyk Floeter |
2018-05-19 | Add support for client certificate authentication to httpd. | Joel Sing |
2018-05-18 | Revert manpage description as well | Reyk Floeter |
2018-05-18 | Revert previous: it introduced a shift/reduce conflict in the grammar. | Reyk Floeter |
2018-05-18 | Allow to omit the listen port configuration. Default to port 80, tls port 443. | Reyk Floeter |
2018-04-11 | Make httpd listen on all IPv4 and IPv6 addresses for | Florian Obser |
2018-01-04 | from paul de weerd: provide a more helpful Xr to ocspcheck, and note | Jason McIntyre |
2017-12-21 | typo; | Jason McIntyre |
2017-11-29 | Don't do OCSP stapling only if the staple file is 0 length. | Bob Beck |
2017-11-28 | tweak previous; | Jason McIntyre |
2017-11-28 | Disable oscp stapling on invalid staple, rather than failing to start. | Bob Beck |
2017-08-11 | punctuation; | Jason McIntyre |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-04-09 | image/svg+xml is a default inbuilt media type. | Florian Obser |
2017-03-25 | Implement TLS ticket support in httpd. Off by default. Use | Claudio Jeker |
2017-03-16 | Expand $HTTP_HOST in redirects. | Florian Obser |
2017-02-07 | /tmp/cvsspEkok | Reyk Floeter |
2017-01-24 | sort SEE ALSO; | Jason McIntyre |
2017-01-24 | add ocspcheck to see also | Bob Beck |
2016-11-14 | specify ordering and precedence of location { } sections; | Ingo Schwarze |
2016-11-06 | tweak previous; | Jason McIntyre |
2016-11-06 | Add OCSP stapling support to httpd | Bob Beck |
2016-05-09 | in the http redirect example, also include the requested url instead | T.J. Townsend |
2016-04-28 | Avoid unusual Content-Type: even in an example; | Ingo Schwarze |
2016-04-24 | new sentence, new line; | Jason McIntyre |
2016-04-24 | Document CGI variables. Work done by Tim Baumgard <openbsd@bmgrd.com> | Christopher Zimmermann |
2016-04-20 | from tim baumgard: a location section may not include hsts; | Jason McIntyre |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-18 | tweak previous; | Jason McIntyre |
2015-07-18 | Allow to change the default media type globally or per-location, | Reyk Floeter |
2015-07-18 | Implement HTTP Strict Transport Security (HSTS). | Florian Obser |
2015-07-15 | Document default locations for TLS certificate and key. | Joel Sing |
2015-06-23 | various tweaks; | Jason McIntyre |
2015-06-23 | Add initial support for pattern matching using Lua's pattern matching code. | Reyk Floeter |