After uninstalling the location plugin, there are tons of Apache errors that are related to ‘location’. I’ll try to post it if I get the chance. This happened when I was helping @ftgjason
I just fixed a handful of issues with the apache vhosts configuration. If you’re daring, you can grab the latest github commit on dev-branch if you don’t want to wait for the next SVN.
Give users the option to use buildroot themselves (it takes a long time)
Make an init updater script so the init can be updated without just downloading everything and running the installer
The problem with the service start error seems to be that $linuxReleaseName in .install.sh evaluates to “Debian GNU/Linux”, not “Debian” as the scripts expect. After setting $linuxReleaseName manually in .install.sh, everything worked fine for me.