commit 0825911ffb6acf5d97f012898d66799cb2f2dcad from: Stefan Sperling date: Sun Jan 01 11:49:27 2023 UTC adjust the first gotwebd.8 httpd.conf example to work out of the box gotwebd defaults to listening on a unix socket, and this man page aims to provide an appropriate configuration snippet in EXAMPLES. suggested by Paul Wrankin via gameoftrees IRC commit - a5d6823449b7d974ef01516c247fd832002e7e03 commit + 0825911ffb6acf5d97f012898d66799cb2f2dcad blob - fc6a8dd644426e1879134ff2d5b235159c7c4e52 blob + 3142db1d1d5a321335247e74ca2b0ce50fee2eb3 --- gotwebd/gotwebd.8 +++ gotwebd/gotwebd.8 @@ -145,7 +145,7 @@ Example configuration for listen on * port 80 root "/htdocs/gotwebd" location "/" { - fastcgi socket tcp localhost 9000 + fastcgi socket "/run/gotweb.sock" } }