Truncated content with Apache on Vagrant VM
- by Nev Stokes
I'm using Vagrant to run a CentOS VM in order to try and achieve local development parity with our live servers. I've symlinked /var/www/html with the /vagrant shared directory and am forwarding port 80 for viewing at http://localhost:4567. I'm developing using SublimeText 2 on OS X Mountain Lion.
Once I figured that iptables was tripping me up,…