I use a Mac - created file in VM(vagrant ssh) index.php see in browser from domain(set hosts file) but not see the file in Mac(I search all Mac for index.php and nothing found)... where is it...? puphpet config.yaml apache section is // using virtual box
[this posted and here https://github.com/puphpet/puphpet/issues/2638 as this says "Look at your shared folders. Whatever corresponds to /var/www/awesome/web" .... WELL can you provide sample config.yaml code for shared folders....???] apache: install: '1' settings: version: 2.4 user: www-data group: www-data default_vhost: true manage_user: false manage_group: false sendfile: 0 modules: - proxy_fcgi - rewrite vhosts: av_ov9g4n4m1oar: servername: awesome.dev serveraliases: - www.awesome.dev docroot: /var/www/awesome/web port: '80' setenvif: - 'Authorization "(.*)" HTTP_AUTHORIZATION=$1' custom_fragment: '' ssl: '0' ssl_cert: LETSENCRYPT ssl_key: LETSENCRYPT ssl_chain: LETSENCRYPT ssl_certs_dir: LETSENCRYPT ssl_protocol: '' ssl_cipher: '' directories: avd_svq42dy2219h: path: /var/www/awesome/web directoryindex: 'index.php app.dev' options: - Indexes - FollowSymlinks - MultiViews allow_override: - All require: - 'all granted' custom_fragment: '' provider: directory files_match: avfm_e0dxtzqs5xah: path: (app_dev|config)\.php$ sethandler: 'proxy:fcgi://127.0.0.1:9000' setenv: - 'APP_ENV dev' custom_fragment: '' provider: filesmatch avfm_cguur35tbh1i: path: app\.php$ sethandler: 'proxy:fcgi://127.0.0.1:9000' setenv: - 'APP_ENV prod' custom_fragment: '' provider: filesmatch avfm_vf80if55ingm: path: \.php$ sethandler: 'proxy:fcgi://127.0.0.1:9000' custom_fragment: '' provider: filesmatch -- 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/8b6d8d2b-a56c-4a07-8ee1-1ac75e00f7ac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
