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