Thus said "Andy Bradford" on 19 Aug 2023 08:44:23 -0600:
> location "/books/*" {
> fastcgi socket "/run/tcl.sock"
> directory { index "index.tcl" }
> }
Responding to self for the archives in case someone runs into a similar
challenge.
I think I've
Hello,
I have the following configuration in httpd.conf:
location "/books/*" {
fastcgi socket "/run/tcl.sock"
directory { index "index.tcl" }
}
When I put the URL into my browser https://localhost/books/ I get a 500
Internal Server Error. Looking
2 matches
Mail list logo