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