From 7e6621a5eeb0d03c16abca0c38cf42602dbf3881 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Sep 2023 17:54:58 +0000 Subject: Document HTTP/1.0 docroot, credit humm Signed-off-by: Laurent Bercot --- AUTHORS | 3 +++ doc/tipideed.html | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/AUTHORS b/AUTHORS index 7a708a1..0636516 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,5 @@ Main author: Laurent Bercot + +Thanks to: + Lennart Jablonka diff --git a/doc/tipideed.html b/doc/tipideed.html index 955948f..d315086 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -313,6 +313,12 @@ current working directory will be rejected. If an attacker symlinks your /etc/passwd file, tipideed will keep it safe.

+

+ HTTP/1.0 does not have the concepts of virtual hosts. For HTTP/1.0 +requests that do not provide a full URL, tipideed will use a default +host name of @ (at), so documents will likely be looked for +under @:80 or @:443. +

Detailed operation

-- cgit v1.3.1