>From my first post, so you can see that the sites respond with bad gateway, but are pingable:
Chriss-MacBook-Pro:Homestead username$ ping testing.app PING testing.app (192.168.10.10): 56 data bytes 64 bytes from 192.168.10.10: icmp_seq=0 ttl=64 time=0.458 ms 64 bytes from 192.168.10.10: icmp_seq=1 ttl=64 time=0.305 ms 64 bytes from 192.168.10.10: icmp_seq=2 ttl=64 time=0.307 ms ^C --- testing.app ping statistics --- 3 packets transmitted, 3 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.305/0.357/0.458/0.072 ms Chriss-MacBook-Pro:Homestead username$ curl testing.app <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.11.9</center> </body> </html> On Tuesday, February 20, 2018 at 7:54:53 AM UTC-5, [email protected] wrote: > > I have multiple projects that all worked until recently. I think some > update corrupted something and now nothing works. Every site responds with > bad gateway. Most are Laravel projects, but I do have one that's straight > php with no framework. At this point, I'd like to add a fresh "Hello World" > that works in Laravel or straight php. So I don't need a repo: a fresh > install of any project will do. > > Right now, I've got Vagrant 2.0.2, and PHP 7.1 (Vagrant seems to look for > 5.6 on vagrant up --provision) but I'll change either if necessary. > > Fluent with bash? Fairly, but it's not something I use every day. > > > On Tuesday, February 20, 2018 at 7:43:24 AM UTC-5, Alvaro Miranda Aguilera > wrote: >> >> ok, I can help you but there is a lot of moving parts and i did ask a >> question you missed somehow: >> >> how fluent are you with os commands? >> >> if you want just something that works, perhaps the question should be: >> >> "what project I Can use that gives me a b c " and you include the >> versions. >> >> And you consume that. >> >> >> If you want to "fix" the one you are using, I personally can help, will >> be few emails back and forth but I am happy to do it. >> >> >> put your self on my side, I read your email I understand what you want to >> do, but I don't know anything else. >> >> I can't assume you know 0% or 100% or where in the middle you are. >> >> >> >> Lets assume you want to fix the one you are using. >> >> 1. Share a link to a github repo, either your own fork or the original >> one you are using to have a look. >> >> 2. assuming this is either debian based (debian/ubuntu) or redhat based >> (redhat/centos/oraclelinux) are you familar with OS command line? log in, >> install/remove/upgrade packages? >> >> 3. What version is installed and what version you require? >> >> and happy to help. >> >> Alvaro. >> >> -- 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/2bfa31aa-d647-4482-a2f7-b1f94dfa88de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
