Re: [vagrant-up] Where is apache.conf?

2017-05-18 Thread realtebo
I actually have 'some' running webserver because I'm using Homestead to command Vagrant, for developing with Laravel framework. Probably is there another web server used by Homestead+Vagrant? This my vagrantfile # -*- mode: ruby -*- # vi: set ft=ruby : require 'json' require 'yaml'

Re: [vagrant-up] Where is apache.conf?

2017-05-18 Thread Alvaro Miranda Aguilera
Hello You need to install the package first ie apt-get update apt-get install -y httpd (not sure the right name) Alvaro On Thu, May 18, 2017 at 11:14 AM, realtebo wrote: > I'm looking at this web page: https://www.vagrantup. > com/docs/synced-folders/virtualbox.html >

[vagrant-up] Where is apache.conf?

2017-05-18 Thread realtebo
I'm looking at this web page: https://www.vagrantup.com/docs/synced-folders/virtualbox.html I need to change apache.conf (or httpd.conf). Where is this file in a Vagrant box ? (Sorry, i'm total newbie) I tried these searches but none found... vagrant@homestead:/$ sudo find . -name