For whatever reason whenever I launch an ec2 instance using vagrant and puphpet I get back the default puphpet page on my ec2 instance and if I modify my host file to use the public dns then I get back what looks like a directory if all of my project files. I'm also linking my github issue that I created so that you can see my config file. Also the hostname www.bxs.test does not render as well. What is my /etc/host file supposed to look like? How do I get my website www.bxs.test to display my site?
Puphpet + Vagrant + AWS returning either default Puphpet page or Index Of page
72 Views Asked by Rasha Hantash At
1
There are 1 best solutions below
Related Questions in AMAZON-EC2
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
- Determine Deployment Group from appspec.yml
- easy_install does not configure SimpleITK properly
- Bad Request (400) while hosting osqa to AWS EC2
- AWS CLI for EBS snapshots
- test-kitchen: how to read platform specific attributes in kitchen.yml
- Best way to store shared files between ec2 instances
- WebSocket connection failed: WebSocket opening handshake was canceled
- Rails scheduled task behind a load balancer
- Install google mod- pagespeed on elastic beanstalk on every instance added
- ELB generating 504 GATEWAY_TIMEOUTS w/ 2 EC2 instances - Packets not reaching Servers
Related Questions in VAGRANT
- No laravel sync folders in homestead vagrant on windows
- PuPHPet Vagrant configuration doesn't sync with the good folder
- Vagrant - Ansible error installing Apache
- Stopping an infinite loop process in vagrant
- Nginx not passing websocket upgrade response back to client?
- How to access Guest's port 3000 from Host?
- Vagrant share producing a 400 bad request
- docker compose, vagrant and insecure Repository
- Use custom docker binary in CoreOS
- PHPStorm Drush on Vagrant
- The box 'laravel/homestead' could not be found
- vagrant, docker, shared volume not ready on initial provisioning
- how to access to apache running inside vagrant with mobile phone?
- VVV 403 Forbidden error (vagrant)
- Vagrant : Create new user and force the use of ssh keys for accessing the server
Related Questions in VAGRANTFILE
- How to access Guest's port 3000 from Host?
- Vagrant box does not see new box_url even after reloading
- Finding current vagrant operation from inside Vagrantfile?
- Print message after booting vagrant machine with "vagrant up"
- Vagrant provider specific variables
- Vagrant shell provisioning phpPgAdmin password
- Is it possible to use more than one config.vm.box in a Vagrantfile?
- Include Vagrantfile or Puppet script from URL
- Not able to multimachine provision using vagrant with chef-solo
- vagrant - Vagrantfile: sync multiple folders
- Vagrant file resync: Vagrant Box does not update new content in text editor
- How do I find my synced folder when using Vagrant to host a PostgreSQL database?
- Keep Apache2 configuration and MySQL data in Vagrant package
- Windows not viewing files that are made from linux
- Vagrant's Ubuntu 16.04 vagrantfile default password
Related Questions in PUPHPET
- Using one puphpet config for both osx & win
- touch(): Utime failed: Operation not permitted filesystem.inc:262
- Puphet, puppet & packer
- Connecting over HTTP to VirtualBox on Win10
- puPHPet + puppet + puppetlabs/mongodb
- vagrant puphpet Nginx downloads php file instead of rendering
- Symfony / Sylius site on Vagrant / Puphpet is slow. Same site not on a Virtualbox is not slow
- gulp-livereload with vagrant environment : livereload.js not accessible
- Running Magento Using Vagrant / Puphpet
- Vagrant/Puppet Connection Timeout (Obvious Fixes Attempted, Working Previously)
- vagrant/puphpet: adding a custom nginx default conf file
- How to configure vagrant to work with node.js
- Where does vagrant (PuPHPet used ) store data when I install meteor?
- Vagrant error with apache on virtual box and puphpet
- config-custom.yaml not loading on vagrant / puppet VM
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you have a few issues here to address here