Learnchef webinar 3, using vagrant don't see index.html

Hey,

Concluding https://learnchef.opscode.com/screencasts/fundi-webinar-week-3,
where my VM is managed by Vagrant and based on the default Vagrantfile that
comes with the Enterprise Chef Starter Kit…

Apache is running…

vagrant@gpolyn-starter:~$ ps aux | grep apache
root 2025 0.0 0.7 6212 2748 ? Ss 20:18 0:00
/usr/sbin/apache2 -k start
www-data 2028 0.0 0.5 5992 1908 ? S 20:18 0:00
/usr/sbin/apache2 -k start
www-data 2029 0.0 0.5 228656 2260 ? Sl 20:18 0:00
/usr/sbin/apache2 -k start
www-data 2030 0.0 0.5 228656 2260 ? Sl 20:18 0:00
/usr/sbin/apache2 -k start
vagrant 2144 0.0 0.2 4380 844 pts/0 S+ 20:28 0:00 grep
–color=auto apache

…but I don’t see the “Hello, world!” page on my browser!

My default Starter Kit Vagrantfile has following networking config:

config.vm.network :forwarded_port, guest: 8080, host: 9090

Please help!

G