I'm having some issues getting Gorilla Mux and FastCGI to work together. This was working several weeks ago when I started this, and now it's not, which is leaving me stumped.
The mux code works fine when I'm using the Go webserver, but I get
"404 page not found" when I try to access the fcgi binary on the host
system. What is that I'm missing? Should I look at another router to use with
FastCGI?
Here is the problematic code using mux's HandleFunc().
This code is working using http.HandleFunc().
Details:
- Host: dreamhost
- FCGI module: mod_fastcgi
- Go: go version go1.12.9