Good: I've been able to get PHP working on my Caddy webserver.
Bad: I cannot get heterogeneous indexing working.
That's the thing where, in Apache, you say:
Index index.php index.cgi index.html index.htm
and it will pick the right thing.
Oh, there is a similar directive on Caddy, but when I set it, rather than running the "index.php" script when it exists, it tries to *download* it!
I can't find any examples of this use-case out there in internet-land. They seem to think that people only do all-static or all-php websites, not a mixture.
It's not a weird edge-case, people! It OUGHT to be TRIVIAL!
#Caddy #Webserver #Linux #LinuxWomen