summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-22 17:54:58 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-22 17:54:58 +0000
commit7e6621a5eeb0d03c16abca0c38cf42602dbf3881 (patch)
tree3f2137f01e7fae3060fc056a134f5d5f64c97305
parent67d3d7e3fff2561a07c3c43f62db7119aac60f6b (diff)
downloadtipidee-7e6621a5eeb0d03c16abca0c38cf42602dbf3881.tar.xz
Document HTTP/1.0 docroot, credit humm
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--AUTHORS3
-rw-r--r--doc/tipideed.html6
2 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 7a708a1..0636516 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>