Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

vagrant up errors #7

Open
ferrarafer opened this issue Sep 13, 2013 · 2 comments
Open

vagrant up errors #7

ferrarafer opened this issue Sep 13, 2013 · 2 comments

Comments

@ferrarafer
Copy link

Hi, i try the environment in a fresh install and i get this errors.

  • Error executing action run on resource 'execute[a2enmod authz_default]'
  • Error executing action restart on resource 'service[apache2]'

The system is this:

  • Mac OS X 10.8.4
  • Vagrant 1.0.5
  • VirtualBox-4.2.18 r88780
  • Gem 1.3.6
  • Ruby 1.8.7
@HellPat
Copy link

HellPat commented Sep 17, 2013

Same here

@schlach
Copy link

schlach commented Sep 17, 2013

I've run into a number of issues with several different projects' vagrant files over the last two weeks. I believe many of the apache errors can be traced back to scripts that were created against Apache 2.2.x, running on a machine with Apache 2.4.x installed.

authz_default is a good example. I believe it no longer ships with Apache 2.4. You should be able to comment out the a2enmod command, but you'll likely hit more configuration errors (I think I ran into about 5 or 6 total).

It was easier to me to just find a php dev project with an up-to-date Vagrant file. I eventually found one in the aegir2-dev blueprint of the aegir-up project.

Good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants