$NetBSD: patch-config_hiawatha.conf.in,v 1.1 2024/04/15 14:52:33 hauke Exp $ Configure uid & gid that we run Hiawatha under --- config/hiawatha.conf.in.orig 2024-04-15 12:58:05.753978549 +0000 +++ config/hiawatha.conf.in @@ -11,7 +11,10 @@ # GENERAL SETTINGS # -#ServerId = www-data + +# Server's user & group ID +ServerId = @HIAWATHA_USER@:@HIAWATHA_GROUP@ + ConnectionsTotal = 1000 ConnectionsPerIP = 25 SystemLogfile = @LOG_DIR@/system.log