diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-22 17:54:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-22 17:54:58 +0000 |
commit | 7e6621a5eeb0d03c16abca0c38cf42602dbf3881 (patch) | |
tree | 3f2137f01e7fae3060fc056a134f5d5f64c97305 | |
parent | 67d3d7e3fff2561a07c3c43f62db7119aac60f6b (diff) | |
download | tipidee-7e6621a5eeb0d03c16abca0c38cf42602dbf3881.tar.xz |
Document HTTP/1.0 docroot, credit humm
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | doc/tipideed.html | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -1,2 +1,5 @@ Main author: Laurent Bercot <ska-skaware@skarnet.org> + +Thanks to: + Lennart Jablonka <humm@ljabl.com> 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 <tt>/etc/passwd</tt> file, tipideed will keep it safe. </p> +<p> + 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 <tt>@</tt> (at), so documents will likely be looked for +under <tt>@:80</tt> or <tt>@:443</tt>. +</p> <div id="details"> <h2> Detailed operation </h2> |