Hi i have create a box with centos 6.6 and apache, i have shared the /var/www/html to local host:
config.vm.synced_folder "html", "/var/www/html", owner: "apache", group: "apache" The folder on the vagrant machine have correct owner but when start httpd i have this error: httpd starten: Syntax error on line 292 of /etc/httpd/conf/httpd.conf: DocumentRoot '/var/www/html' is not a directory, or is not readable -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/cebabdd6-9ee9-4413-8f3c-9c978638d16c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
