Age | Commit message (Expand) | Author |
2015-03-09 | Document the TLSv1.2-only change. | Reyk Floeter |
2015-03-06 | Fix minor manpage bug: it is a server, not a relay. | Reyk Floeter |
2015-02-23 | Allow to specify CGI variables as macros in redirection strings, eg. | Reyk Floeter |
2015-02-19 | Typo. | Florian Obser |
2015-02-15 | Document the tls protocols option. | Joel Sing |
2015-02-07 | double word fix; | Jason McIntyre |
2015-02-07 | Document tls dhe and tls ecdhe options. | Joel Sing |
2015-02-07 | Add support for blocking, dropping, and redirecting requests. | Reyk Floeter |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-18 | tweak previous | Florian Obser |
2015-01-18 | First stab at implementing basic auth. | Florian Obser |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-05 | Be more specific: path is a component of the URI/URL, so use "path" | Reyk Floeter |
2015-01-04 | add new url stripping option: | Christopher Zimmermann |
2015-01-03 | Support alias names and multiple listen statements per server block. | Reyk Floeter |
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter |
2014-12-18 | Document * and :: to listen on all IPv4 or IPv6 addresses. | Reyk Floeter |
2014-12-18 | "tcp nodelay" shouldn't be discussing relaying SSH; this was a remnant | Reyk Floeter |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-11-12 | tweak previous; | Jason McIntyre |
2014-11-11 | Allow the log directory to be configurable in the config file, rather than | Bob Beck |
2014-09-01 | remove Xr, but not the reference, to nginx, after some discussion with reyk; | Jason McIntyre |
2014-08-25 | Add a generic system-wide /usr/share/misc/mime.types file that can be | Reyk Floeter |
2014-08-17 | don;t mark up {}; | Jason McIntyre |
2014-08-09 | some minor tweaks; | Jason McIntyre |
2014-08-09 | sort "prefork", and remove a useless macro; | Jason McIntyre |
2014-08-06 | Change grammar to remove a shift/reduce conflict that was introduced | Reyk Floeter |
2014-08-06 | Limit the body size in client requests (eg. POST data) to 1M by default; | Reyk Floeter |
2014-08-06 | Document the SSL configuration for httpd (partly based on relayd.conf(5)). | Joel Sing |
2014-08-05 | Add configuration options for the most-important connection limits: | Reyk Floeter |
2014-08-05 | Tweak the httpd.conf manpage with "sub-lists". | Reyk Floeter |
2014-08-05 | Bring back the tcp/ip configuration options. This code was already | Reyk Floeter |
2014-08-05 | Improve logging to allow per- server/location log files. The log | Reyk Floeter |
2014-08-05 | add a config option to specify the chroot directory | Jonathan Gray |
2014-08-04 | Proxy commit for jsing@: | Reyk Floeter |
2014-08-04 | manpage tweaks about logging | Reyk Floeter |
2014-08-04 | Add initial support for log files in /var/www/logs/. Logging with | Reyk Floeter |
2014-08-03 | Add another log mode "connection" for a relayd(8)-style log entry after | Reyk Floeter |
2014-08-02 | Locations now inherit access log settings from the server. | doug |
2014-08-02 | 'fastcgi socket "path"' is the correct syntax; update the manpage. | Reyk Floeter |
2014-08-02 | remove nasty unclosed Xo in previous; ok reyk | Jason McIntyre |
2014-08-01 | remove the global "log updates/all" option that came from relayd. | Reyk Floeter |
2014-08-01 | Add common and combined access logging to httpd. | doug |
2014-07-31 | Allow to specify a non-default fastcgi socket. | Reyk Floeter |
2014-07-31 | Add a configuration variable "fastcgi" to enable it per server or location. | Reyk Floeter |
2014-07-30 | Add "location" keyword to specify path-specific configuration in | Reyk Floeter |
2014-07-30 | Small fix and clarification | Reyk Floeter |
2014-07-29 | Add extended directory index options: "[no] index" and "[no] auto index". | Reyk Floeter |
2014-07-25 | Add multiple-servers "virtual hosts" example. | Reyk Floeter |
2014-07-25 | Add and document 'root' configuration option for the docroot. | Reyk Floeter |