Hello,
I'm not a Vagrant expert, but in the past I was able to install Apache 2.4 using a Vagrant provisioning script:
https://github.com/clone45/bootober/blob/master/bootstrap.prototype. And, in fact, I can see other people have similar provisioning scripts that are supposed to install Apache 2.4, such as this one:
https://gist.github.com/fideloper/7074502But all of a sudden, with no changes to my provisioning script, Apache 2.4 is no longer installed. Instead, Apache 2.2.22 is installed:
vagrant@precise32:~$ apache2 -v
Server version: Apache/2.2.22 (Ubuntu)
Server built: Jul 24 2015 17:25:42
Same goes when I use fideloper's script. How can I fix this, and what could have caused it? I've attached the output of my provisioning script, in case it helps.
Thanks,
Bret