mutablelogic / go-server

General HTTP Server for golang with a plugin architecture
https://pkg.go.dev/github.com/mutablelogic/go-server
Apache License 2.0
4 stars 0 forks source link

Add fcgi socket options to go-server #41

Closed djthorpe closed 1 year ago

djthorpe commented 1 year ago

Test the fastCGI socket option for go-server. Might need to add Owner, Group and Mode permissions and come up with a nginx.conf file

djthorpe commented 1 year ago

The httpserver config would add some additional fields:

Assume the socket would be deleted when closed? There is also potentially some error returned when fcgi server terminates which needs to be dealt with.