I have just installed on FreeBSD 10 with apache24. I got stuck at the final install with permission denied I resolved the issue with the new access control stanza from apache24 and placed in the vhosts file as follows:

 DocumentRoot /var/aegir/hostmaster-6.x-2.0
  <Directory "/var/aegir/hostmaster-6.x-2.0">
     Require all granted
  </Directory>

I'm sure you must be aware of this issue but thought I'd report it. Read the apache24 access control in the Apache httpd documentation for more details.

Furthermore, it took a while to locate this problem as apache cached an earlier "It Works!" page that I had the FQDN pointing to check the external DNS was pointed to the right IP (as you do).

Sorry, not sure if this should be reported here or on the Aegir community site. I am happy to write up my install notes to share with others, if you suggest where?

Comments

kerolar’s picture

Issue summary: View changes
helmo’s picture

Status: Needs work » Closed (duplicate)
Parent issue: » #2155705: [meta] Support Apache 2.4 (Ubuntu Saucy, Debian Jessie)

I think this is already handled by #2155705: [meta] Support Apache 2.4 (Ubuntu Saucy, Debian Jessie).

Please re-open if you feel that there is more todo.