You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i try the environment in a fresh install and i get this errors.
run
on resource 'execute[a2enmod authz_default]'restart
on resource 'service[apache2]'The system is this:
The text was updated successfully, but these errors were encountered: