On Sun, August 26, 2018 4:40 pm, Parikh, Samir wrote: > > I guess my only remaining question is how did you know I needed to make > this change? I know the OpenBSD documentation is really good but I'm > still fascinated how people manage to sort things like this out. Maybe > it's just pure experience? > > Either way, thanks again! > > Samir >
It's part experience, part reading the output and logs, and part just trying things. I didn't know what the solution was. I looked at /etc/examples/httpd.conf, looked at the errors and made changes. Be explicit in the configuration. The 'root' without a 'location' wasn't explicit so I didn't know how it got intrepreted. Put it in a 'location'. And most configurations on OpenBSD have an order to their evaluation. Some are first match wins, some are last match wins, so move things around. Tim.