summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.conf.5
AgeCommit message (Expand)Author
2018-06-20Add support for simple one-off internal rewrites.Reyk Floeter
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-15Something went wrong - the strip option was documented twice.Reyk Floeter
2018-06-13one too many .El;Jason McIntyre
2018-06-13Rename httpd.conf "root strip" option to "request strip".Reyk Floeter
2018-06-11The http_query is already url_encoded; don't encode it twice.Reyk Floeter
2018-05-23Forgot to revert another "port 80"Reyk Floeter
2018-05-19Add support for client certificate authentication to httpd.Joel Sing
2018-05-18Revert manpage description as wellReyk Floeter
2018-05-18Revert previous: it introduced a shift/reduce conflict in the grammar.Reyk Floeter
2018-05-18Allow to omit the listen port configuration. Default to port 80, tls port 443.Reyk Floeter
2018-04-11Make httpd listen on all IPv4 and IPv6 addresses forFlorian Obser
2018-01-04from paul de weerd: provide a more helpful Xr to ocspcheck, and noteJason McIntyre
2017-12-21typo;Jason McIntyre
2017-11-29Don't do OCSP stapling only if the staple file is 0 length.Bob Beck
2017-11-28tweak previous;Jason McIntyre
2017-11-28Disable oscp stapling on invalid staple, rather than failing to start.Bob Beck
2017-08-11punctuation;Jason McIntyre
2017-08-11Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesJoel Sing
2017-04-09image/svg+xml is a default inbuilt media type.Florian Obser
2017-03-25Implement TLS ticket support in httpd. Off by default. UseClaudio Jeker
2017-03-16Expand $HTTP_HOST in redirects.Florian Obser
2017-02-07/tmp/cvsspEkokReyk Floeter
2017-01-24sort SEE ALSO;Jason McIntyre
2017-01-24add ocspcheck to see alsoBob Beck
2016-11-14specify ordering and precedence of location { } sections;Ingo Schwarze
2016-11-06tweak previous;Jason McIntyre
2016-11-06Add OCSP stapling support to httpdBob Beck
2016-05-09in the http redirect example, also include the requested url insteadT.J. Townsend
2016-04-28Avoid unusual Content-Type: even in an example;Ingo Schwarze
2016-04-24new sentence, new line;Jason McIntyre
2016-04-24Document CGI variables. Work done by Tim Baumgard <openbsd@bmgrd.com>Christopher Zimmermann
2016-04-20from tim baumgard: a location section may not include hsts;Jason McIntyre
2015-07-19For the completeness of HSTS, add the non-standard preload option.Reyk Floeter
2015-07-18tweak previous;Jason McIntyre
2015-07-18Allow to change the default media type globally or per-location,Reyk Floeter
2015-07-18Implement HTTP Strict Transport Security (HSTS).Florian Obser
2015-07-15Document default locations for TLS certificate and key.Joel Sing
2015-06-23various tweaks;Jason McIntyre
2015-06-23Add initial support for pattern matching using Lua's pattern matching code.Reyk Floeter
2015-05-28use "uri"; from yegor timoschenkoJason McIntyre
2015-05-19better spacing in media types.Igor Sobrado
2015-05-19sort media type extensions for text/html and image/jpeg as given inIgor Sobrado
2015-05-19drop comment about being possible to include /etc/nginx/mime.types,Igor Sobrado
2015-03-26pointers to slowcgi(8); from alexei malininJason McIntyre
2015-03-11Wrap long line. This is another airplane commit from an 747-8Reyk Floeter
2015-03-09Document the TLSv1.2-only change.Reyk Floeter
2015-03-06Fix minor manpage bug: it is a server, not a relay.Reyk Floeter
2015-02-23Allow to specify CGI variables as macros in redirection strings, eg.Reyk Floeter
2015-02-19Typo.Florian Obser