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