Vagrant setup with Apache2, Mysql and php5.5 Just run vagrant up
- vagrant ssh
- sudo nano /etc/apache2/sites-available/10-default_vhost_80.conf
- change to: Documentroot to /var/www/web
- change to: Directory "/var/www/web"
- change to: AllowOverride All
- change to: default to web in ProxyPassMatch .....:9000/var/www/web/$1
- save
- sudo /etc/init.d/apache2 restart
- connect using ssh
- MySQL Host: 127.0.0.1
- Usernaam: root
- Password: root
- SSH Host: 192.168.56.101 or configured ip
- SSH User: vagrant
- SSH Key: .../dot/ssh/insecure_private_key
- SSH Port: 22