| #
e406b4df |
| 04-Nov-2020 |
denis <denis@openbsd.org> |
Back out last commit.
Some devs are not convinced.
|
| #
805cf49d |
| 02-Nov-2020 |
denis <denis@openbsd.org> |
acme response challenge location to issue better error code
Notified to me by jmc@
Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
|
| #
de6c234a |
| 13-Jun-2018 |
reyk <reyk@openbsd.org> |
Rename httpd.conf "root strip" option to "request strip".
"root strip" was semantically incorrect and did cause some confusion as it never stripped the root but the client's request path.
Discussed
Rename httpd.conf "root strip" option to "request strip".
"root strip" was semantically incorrect and did cause some confusion as it never stripped the root but the client's request path.
Discussed with many. Heads up: this is a grammar change that also affects acme-client(1) configurations (see current.html).
OK claudio@
show more ...
|
| #
b9d9ad46 |
| 11-Apr-2018 |
florian <florian@openbsd.org> |
"listen on * port 80" means all v4 and v6 addresses these days. OK benno
|
| #
7d2c338e |
| 23-Mar-2018 |
florian <florian@openbsd.org> |
Provide an example httpd.conf that's actually useful. With & OK deraadt input sthen looks better to beck OK benno
|
| #
a3b51c52 |
| 16-Apr-2017 |
ajacoutot <ajacoutot@openbsd.org> |
Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) that direclty uses /etc/ssl/{,private} by default. Adapt the httpd.conf example accordingly.
ok florian@ benno@ miller
Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) that direclty uses /etc/ssl/{,private} by default. Adapt the httpd.conf example accordingly.
ok florian@ benno@ millert@
show more ...
|
| #
a9e09953 |
| 17-Sep-2016 |
tj <tj@openbsd.org> |
pathnames for cert and key files need to be quoted.
reported by brynet
|
| #
3d87a171 |
| 17-Sep-2016 |
tj <tj@openbsd.org> |
add example certificate and key files generated with acme-client.
ok florian
|
| #
02310e53 |
| 04-Feb-2015 |
florian <florian@openbsd.org> |
Typo From Michael (lesniewskister AT gmail), thanks!
|
| #
b5f35711 |
| 28-Dec-2014 |
reyk <reyk@openbsd.org> |
Change the default ext_addr from "egress" to "*". Listening on the egress group only works if you have a default route; this confused some people.
|
| #
a760b3d3 |
| 12-Dec-2014 |
reyk <reyk@openbsd.org> |
Like previously done in relayd, change the keyword "ssl" to "tls" to reflect reality.
OK benno@
|
| #
bb431cfa |
| 25-Aug-2014 |
reyk <reyk@openbsd.org> |
Add a generic system-wide /usr/share/misc/mime.types file that can be included in httpd.conf. httpd(8) now supports both mime.types flavours with or without semicolon at the end of the line (nginx-
Add a generic system-wide /usr/share/misc/mime.types file that can be included in httpd.conf. httpd(8) now supports both mime.types flavours with or without semicolon at the end of the line (nginx- or apache-style).
Discussed with many, with input from halex@ OK halex@
show more ...
|
| #
d41d3896 |
| 06-Aug-2014 |
reyk <reyk@openbsd.org> |
Change grammar to remove a shift/reduce conflict that was introduced with the ssl options. "listen on $ip port 443 ssl" turns into "listen on $ip ssl port 443".
ok florian@
|
| #
7a5a4a11 |
| 05-Aug-2014 |
reyk <reyk@openbsd.org> |
Add configuration options for the most-important connection limits: max requests (per connection) and timeout. We don't want to add too many button, and there are good defaults, but these ones are k
Add configuration options for the most-important connection limits: max requests (per connection) and timeout. We don't want to add too many button, and there are good defaults, but these ones are kind of mandatory.
show more ...
|
| #
825ae7cc |
| 04-Aug-2014 |
reyk <reyk@openbsd.org> |
Add HTTPS server example.
|
| #
cef70b14 |
| 04-Aug-2014 |
reyk <reyk@openbsd.org> |
Change grammar from "log [style]" to "log style [style]".
|
| #
7891252f |
| 03-Aug-2014 |
reyk <reyk@openbsd.org> |
The first server example should be the "minimal default" to illustrate that you don't have to push all kinds of buttons to run httpd.
|
| #
bf736b1f |
| 03-Aug-2014 |
reyk <reyk@openbsd.org> |
More examples, include FastCGI for php and cgi-bin and logging.
|
| #
a916ec37 |
| 30-Jul-2014 |
reyk <reyk@openbsd.org> |
Add "location" keyword to specify path-specific configuration in servers, for example auto index for a sub-directory only. Internally, a "location" is just a special type of a "virtual" server.
|
| #
43d7585d |
| 29-Jul-2014 |
reyk <reyk@openbsd.org> |
Add extended directory index options: "[no] index" and "[no] auto index". The option "directory auto index" implements basic directory listing and is turned off by default.
ok deraadt@
|
| #
eb59cf87 |
| 26-Jul-2014 |
reyk <reyk@openbsd.org> |
Add more examples. Requested by deraadt@
|
| #
517bf7c4 |
| 22-Jul-2014 |
reyk <reyk@openbsd.org> |
Add initial httpd.conf(5) example for httpd(8)
Requested by deraadt@
|