NuCivic / ansible-dev-vm

8 stars 5 forks source link

Issues with apache2 and vhost #22

Closed janette closed 8 years ago

janette commented 9 years ago

apache2 problem

Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.

solution sudo a2enmod headers

vhost problem do we use drush aliases anymore? or buck? I've been using https://github.com/NuCivic/vhost but the resulting file needs to be updated with the '.conf' to work on 14.04

mv mysite.local mysite.local.conf

acouch commented 8 years ago

Looks like this was fixed: https://github.com/NuCivic/ansible-dev-vm/pull/39