summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the simpler HTML5 idiom to declare charset in autogenerated pages.bentley2020-05-222-6/+4
* httpd: add a "dark mode" in directory listings and error pagescwen2020-05-182-4/+11
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-2/+7
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-3/+3
* httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@sthen2020-02-252-4/+17
* Implement "strip" option for fastcgi to be able to have multiple chrootsflorian2020-02-094-8/+23
* Pick the value for "max requests number" from the correct server {}benno2020-01-141-8/+8
* remove useless NULL check, it's checked 7 lines further up.benno2019-11-041-4/+1
* Do not log "(null)" in debug logging.florian2019-10-221-2/+3
* httpd(8) sent a 408 response every time a connection request timeoutflorian2019-10-141-2/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-5/+5
* The QUERY_STRING macro is not actually URL encoded, so fix the manual.tb2019-05-082-5/+19
* Set the REQUEST_URI CGI variable to the requested URI and query stringtb2019-05-083-15/+22
* spacingreyk2019-05-085-15/+16
* Add a "forwarded" log format that extends the "combined" log formattb2019-05-034-12/+64
* Avoid opening log files on "no log"kn2019-05-021-2/+2
* document where multiline {} is applicable;jmc2019-04-161-3/+10
* reference the /etc/examples files for httpd and acme-client. started from a threadjmc2019-03-121-2/+11
* httpd(8): add support for setting custom FastCGI parameters.pirofti2019-02-196-10/+180
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* log X509 peer's cert subject name when tls client authentication is used,benno2019-02-101-2/+9
* Improve fastcgi socket documentation and mention that TCP is supported inflorian2019-02-081-3/+12
* Allow httpd(8) to start when TLS is configured but a cert is not yetflorian2019-01-082-17/+22
* Check maxrequestbody when we found the right server / location.florian2018-12-041-7/+7
* isalpha(3) requires an unsigned char value (or -1).guenther2018-11-041-2/+2
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Omit HSTS headers over unencrypted connections, per RFC 6797.bentley2018-10-152-5/+8
* Backout my previous commit:benno2018-10-113-18/+9
* Only send 408 Timeout responses when we have seen at least part of abenno2018-10-013-9/+18
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-093-9/+20
* Do not send a Content-Length header for 1xx and 204 status codes sinceflorian2018-09-071-4/+18
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* double the allowed length for the 'tls ciphers' optionjasper2018-08-191-2/+2
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Add support for simple one-off internal rewrites.reyk2018-06-205-18/+110
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Something went wrong - the strip option was documented twice.reyk2018-06-151-7/+2
* Fix 304 Not Modified response: don't send a body, use the correct MIME type.reyk2018-06-152-8/+14
* one too many .El;jmc2018-06-131-2/+1
* Rename httpd.conf "root strip" option to "request strip".reyk2018-06-132-8/+25
* The http_query is already url_encoded; don't encode it twice.reyk2018-06-112-26/+11
* Sorry, forgot a whitespace.denis2018-06-111-2/+2
* Fix an off-by-one line count when using include statements.denis2018-06-111-48/+80
* Set the port.op value when parsing the httpd.conf port value.bluhm2018-05-231-1/+3
* Forgot to revert another "port 80"reyk2018-05-231-3/+3
* Add support for client certificate authentication to httpd.jsing2018-05-196-9/+197
* Move LISTEN ON {} code into a function listen_on().reyk2018-05-181-64/+74
* Revert manpage description as wellreyk2018-05-181-6/+3
* Revert previous: it introduced a shift/reduce conflict in the grammar.reyk2018-05-182-18/+7