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
Age
Commit message (
Expand
)
Author
2014-08-05
add a config option to specify the chroot directory
Jonathan Gray
2014-08-04
Temporarily move the default location of the SSL/TLS server key and
Reyk Floeter
2014-08-04
Add HTTPS = on CGI variable.
Reyk Floeter
2014-08-04
Redirect to https:// if SSL/TLS is enabled.
Reyk Floeter
2014-08-04
Proxy commit for jsing@:
Reyk Floeter
2014-08-04
manpage tweaks about logging
Reyk Floeter
2014-08-04
Change grammar from "log [style]" to "log style [style]".
Reyk Floeter
2014-08-04
Print error message if the log files cannot be opened.
Reyk Floeter
2014-08-04
Add initial support for log files in /var/www/logs/. Logging with
Reyk Floeter
2014-08-04
Implement PATH_INFO and add DOCUMENT_ROOT.
Reyk Floeter
2014-08-04
httpd doesn't support SSL/TLS yet, remove the remaining bits.
Reyk Floeter
2014-08-04
no need for param.h
Theo de Raadt
2014-08-04
whitespace
Theo de Raadt
2014-08-03
Only allow GET and HEAD for static files or return 405.
Reyk Floeter
2014-08-03
Also write log messages, like 404 Not Found, on error. This is a bit
Reyk Floeter
2014-08-03
c-type functions / makros need a cast to unsigned char, not int
Florian Obser
2014-08-03
Allocate http_host instead of carrying a buffer in the descriptor.
Reyk Floeter
2014-08-03
spacing
Reyk Floeter
2014-08-03
Dynamically pass HTTP request headers as protocol-specific HTTP_* CGI
Reyk Floeter
2014-08-03
Add function to iterate all headers. No functional change.
Reyk Floeter
2014-08-03
Split fastcgi socket path and document root option and add the
Reyk Floeter
2014-08-03
Add missing log call for FastCGI requests.
Reyk Floeter
2014-08-03
Add another log mode "connection" for a relayd(8)-style log entry after
Reyk Floeter
2014-08-03
Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop because it is also
Reyk Floeter
2014-08-02
Locations now inherit access log settings from the server.
doug
2014-08-02
don't leak fcgi fd
Florian Obser
2014-08-02
Padding of fcgi records is optional, but if we receive padding data we
Florian Obser
2014-08-02
We need to read from the fcgi bufferevent until it's empty because the
Florian Obser
2014-08-02
Allow to specify a FastCGI TCP socket on localhost (eg. :9000). Used
Reyk Floeter
2014-08-02
'fastcgi socket "path"' is the correct syntax; update the manpage.
Reyk Floeter
2014-08-02
spacing
Reyk Floeter
2014-08-02
scandir(3)-based directory auto index didn't work on NFS because the
Reyk Floeter
2014-08-02
remove nasty unclosed Xo in previous; ok reyk
Jason McIntyre
2014-08-01
Use the log buffer to defer the logging until the connection is closed
Reyk Floeter
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-08-01
Rewrite fcgi_add_param and hand over a lot more http headers etc. to
Florian Obser
2014-08-01
Correctly parse fcgi records if we don't get the whole record in one
Florian Obser
2014-07-31
Only write the HTTP header for the first fastcgi chunk.
Reyk Floeter
2014-07-31
some fastcgi improvements:
Reyk Floeter
2014-07-31
One bufferevent can be shared by file and fcgi.
Reyk Floeter
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-31
Put in first stab at fastcgi. Very early work in progress. Putting it
Florian Obser
2014-07-30
Properly warn when an example changes and the corresponding file is found
Antoine Jacoutot
2014-07-30
Make "location" work with name-based virtual servers.
Reyk Floeter
2014-07-30
prepare for post 5.6 packages, recognize special case where timestamp exist.
Marc Espie
2014-07-30
Add "location" keyword to specify path-specific configuration in
Reyk Floeter
2014-07-30
Small fix and clarification
Reyk Floeter
[next]