[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

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

2017-05-18 Thread realtebo
le --- ip: "192.168.192.33" memory: 2048 cpus: 2 provider: virtualbox authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: - map: C:\Users\realtebo\Downloads\LaravelCode to: /home/vagrant/Code sites: - map: my.app to: /home/vagrant/Code/my_app/public datab

[vagrant-up] PHP Storm: Vagrant command works, but start ssh doesn't

2017-05-22 Thread realtebo
I'm using PHP Storm only since a few days. I can succesfully run/halt/etc Vagrant instance using Tools-> Vagrant menu I'd like to be able to enter into vagrant box via ssh using Tool -> Start SSH connection... It shows me 'current vagrant', but nothing happens. What should I check? -- This

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

2017-05-19 Thread realtebo
I resolved without touching Vagrant box configs. My issue was related to autocompiling and reloading of assets under Homestead/Vagrant/Laravel development. I resolved just applying this tips You may find that in certain environments Webpack isn't updating when your > files change. If this is