summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-09-05 23:54:02 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-11 12:19:26 -0400
commit140c0fb8f452b154cc8f24ff412a4d7c2bbdbfdc (patch)
tree7374d745c8bfbb2fd8bd348fbf58a600cf6ba6d0 /README
parentc946b198a3f59effe04230d3db7880c86d5c4406 (diff)
downloadlighttpd-git-140c0fb8f452b154cc8f24ff412a4d7c2bbdbfdc.tar.gz
[doc] update README and INSTALL
also add tests/README with some testing notes
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index e3dd31c0..aa8d78e3 100644
--- a/README
+++ b/README
@@ -37,21 +37,22 @@ Network
Protocols
`````````
-- HTTP/1.0 (http://www.ietf.org/rfc/rfc1945.txt)
-- HTTP/1.1 (http://www.ietf.org/rfc/rfc2616.txt)
-- HTTPS (provided by openssl)
-- CGI/1.1 (http://CGI-Spec.Golux.Com/)
+- HTTP/2 (https://tools.ietf.org/rfc/rfc7540.txt)
+- HTTP/1.1 (https://tools.ietf.org/rfc/rfc2616.txt)
+- HTTP/1.0 (https://tools.ietf.org/rfc/rfc1945.txt)
+- HTTPS (via one of openssl, BoringSSL, LibreSSL, mbedTLS, wolfSSL, GnuTLS, NSS)
+- CGI/1.1 (https://tools.ietf.org/html/rfc3875.txt)
- FastCGI (http://www.fastcgi.com/devkit/doc/fcgi-spec.html)
Advanced Features
`````````````````
-- load-balanced FastCGI
+- load-balanced FastCGI, SCGI, reverse-proxy, socket proxy, websocket tunnel
(one webserver distributes requests to multiple PHP-servers via FastCGI)
+- streaming FastCGI, SCGI, reverse-proxy, socket proxy, websocket tunnel
- custom error pages (for Response-Code 400-599)
- virtual hosts
- directory listings
-- streaming CGI and FastCGI
- URL-Rewriting
- HTTP-Redirection
- output-compression with transparent caching