summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/config.c
AgeCommit message (Expand)Author
2014-11-22use size_t where appropriate. ok deraadt reykTed Unangst
2014-09-05Remove a limitation that only allowed to specify a server name once.Reyk Floeter
2014-08-06Limit the body size in client requests (eg. POST data) to 1M by default;Reyk Floeter
2014-08-06Load the SSL public/private keys in the parent process, then provide themJoel Sing
2014-08-05Add configuration options for the most-important connection limits:Reyk Floeter
2014-08-05Improve logging to allow per- server/location log files. The logReyk Floeter
2014-08-05spacesTheo de Raadt
2014-08-04Add HTTPS = on CGI variable.Reyk Floeter
2014-08-04Proxy commit for jsing@:Reyk Floeter
2014-08-04Add initial support for log files in /var/www/logs/. Logging withReyk Floeter
2014-08-04httpd doesn't support SSL/TLS yet, remove the remaining bits.Reyk Floeter
2014-08-03Split fastcgi socket path and document root option and add theReyk Floeter
2014-08-02Locations now inherit access log settings from the server.doug
2014-07-31Allow to specify a non-default fastcgi socket.Reyk Floeter
2014-07-31Rename the "docroot" variable to "path" because it will be used forReyk Floeter
2014-07-31Add a configuration variable "fastcgi" to enable it per server or location.Reyk Floeter
2014-07-30Make "location" work with name-based virtual servers.Reyk Floeter
2014-07-30Add "location" keyword to specify path-specific configuration inReyk Floeter
2014-07-25Differentiate servers by address and port, not just by address.Reyk Floeter
2014-07-25Add support for "virtual hosts" aka. server blocks aka. multipleReyk Floeter
2014-07-23Correctly shutdown the servers when the process is terminating;Reyk Floeter
2014-07-13Add support for media types (aka. MIME types): the types section isReyk Floeter
2014-07-12Add httpd(8), an attempt to turn the relayd(8) codebase into a simpleReyk Floeter