diff options
| -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> |
