kuijsten
honked back 25 Sep 2023 08:37 +0200
in reply to: https://honk.tedunangst.com/u/tedu/h/TN34d4S5Mcpnhfjt44
kuijsten
honked back 25 Sep 2023 08:37 +0200
in reply to: https://honk.tedunangst.com/u/tedu/h/TN34d4S5Mcpnhfjt44
Let #honk support FastCGI so that it can be easily put behind httpd(8) instead of relayd(8). Example httpd.conf(5) snippet: Start honk with the https://github.com/timkuijsten/honk/tree/fcgi /cc @tedu
server "example.com" {
listen on egress tls port 443
tls {
certificate "/etc/ssl/example.com.fullchain.pem"
key "/etc/ssl/private/example.com.key"
}
location "/*" {
fastcgi socket tcp 127.0.0.1 8000
}
}
-fcgi
flag.
improve honks init flow: fix an issue with subsequent use of init /cc @tedu
https://github.com/timkuijsten/honk/tree/fixinit