mumble-voip/mumble-www

Fix 404 does not serve generated 404.html file

Closed this issue · 4 comments

Fix 404 does not serve generated 404.html file

I think this is on the go webserver returning it's own 404 content. How do we configure/implement this?

Is it actually as complicated as it seems?

I confirm that it's the Go webserver serving the 404 page.

Implementing a custom error handler seems very simple: https://stackoverflow.com/a/10001309

We no longer use a Go webserver as a wrapper, so this should be webserver configuration now.

Fixed via Apache site configuration