summary refs log tree commit diff
path: root/FEATURES
diff options
context:
space:
mode:
Diffstat (limited to 'FEATURES')
-rw-r--r--FEATURES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FEATURES b/FEATURES
index c46a4e3..5524dd8 100644
--- a/FEATURES
+++ b/FEATURES
@@ -23,6 +23,11 @@ Anti features:
 - No config files
 - No CGI support
 - No SSL, use behind hitch or the like
+- No setuid, if you want to bind to a low port, use (on Linux)
+
+	capsh --keep=1 --user=www-data \
+	      --inh=cap_net_bind_service --addamb=cap_net_bind_service -- \
+	      -c '/usr/local/bin/hittpd /srv/http'
 
 Other nifty small webservers to look at: