commit fd7d06594609a02dbba4137b94210b2f4d22b737 from: Stefan Sperling via: Thomas Adam date: Mon Jan 02 11:44:07 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 - 2b790b760a2d019618ecad903d056420d6a510bc commit + fd7d06594609a02dbba4137b94210b2f4d22b737 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" } }