I am using Boa web server on an ARM based board. I wish to use a cgi script as the home page.
In boa.conf, I used the option
DirectoryIndex index.cgi
However, when entering the IP of the host board in my browser, all I get is error 403, and the page is only accessible if I manually add /index.cgi to the address bar.
When changing back to
DirectoryIndex index.html
everything works fine.
I've tried playing around with Alias and ScriptAlias but those didn't help. I realize I can use an html redirect from index.html as a last resort, but I feel like there must be a better way.