Re: SCRIPT_FILENAME not set to index file.

2023-08-19 Thread Andy Bradford
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

SCRIPT_FILENAME not set to index file.

2023-08-19 Thread Andy Bradford
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