Giter Site home page Giter Site logo

Comments (11)

eelkeblok avatar eelkeblok commented on July 16, 2024 1

The data bags are only parsed when the Vagrant box is provisioned. You have two options:

  • Destroy the box and re-provision (or use the --provision flag when reloading, but I'm not sure whether that will actually work)
  • Manually add a site in /etc/apache/sites-available and enable it with a2enmod (leave your databas json for the next time you want to recreate your box). That's not as daunting as it sounds, just copy an existing file and modify it. Take note that at least te version I am using duplicates the information in the vhost file. You can safely delete the duplicate stuff.

from vagrant-lamp.

dermatz avatar dermatz commented on July 16, 2024

Thank you :) i will try 👍

from vagrant-lamp.

dermatz avatar dermatz commented on July 16, 2024

I tried 2 methods.
Try 1 - $ vagrant reload --provision
Try 2 - destroy the box and vagrant up again ...

but it will also redirect to local.dev. :-/

from vagrant-lamp.

eelkeblok avatar eelkeblok commented on July 16, 2024

Not sure what is going on. Investigate the entries in sites-available that are created.

from vagrant-lamp.

mattcremerband avatar mattcremerband commented on July 16, 2024

Have you set your hosts file to point to the relevant url?
currently my /etc/hosts file has the following records, which all work as necessary:
192.168.33.10 local.dev
192.168.33.10 dev.magento1.9.1.1.local

from vagrant-lamp.

dermatz avatar dermatz commented on July 16, 2024

My windows\system32\drivers\etc\hosts
192.168.33.10 local.dev
192.168.33.10 magento.dev

local.dev works
but magento.dev not .. it redirect to local.dev

from vagrant-lamp.

eelkeblok avatar eelkeblok commented on July 16, 2024

Have you checked the vhost configuration inside the box? What is in /etc/apache2/sites-available? What's in /etc/apache2/sites-enabled? Were there any error messages when having the box provision that could point to trouble creating the vhost?

If magento.dev ends up on local.dev there is nothing wrong with your hosts file, because it gets to the correct IP address. Something goed wrong on the vagrant box while mapping the domain name to the relevant vhost.

from vagrant-lamp.

theclue avatar theclue commented on July 16, 2024

same here. I've used vagrant-lamp for a long time but with the latest checkout it stopped working.

In sites-enabled and sites-available I correctly see my vhost "9thcircle.dev", although the files have three identicalcopy of the <VirtualHost *:80> block inside (which sounds weird to me at first place)

but 9thcircle.dev redirects to local.dev

from vagrant-lamp.

pessato avatar pessato commented on July 16, 2024

Having the same issue, did anyone overcome this?

from vagrant-lamp.

eelkeblok avatar eelkeblok commented on July 16, 2024

I have seen the duplicate blocks in the vhost configurations as well, but it hasn't caused me a lot of trouble. It could be related, though. It looks like something goes wrong generating the vhost configs from the data bags.

Something else that may be foiling you is the "canonical host redirection" that was added fairly recently (and which is probably responsible for the actual redirecting to local.dev); whenever a vhost gets activated, it will check the hostname against the "canonical" host name for that vhost and redirect to it. At least it sometimes helps figuring out there is an issue with your vhosts; for some reason, you local.dev vhost gets activated and not the one you're expecting. The answer must be in the vhost definition, most likely in the one that is not working. Could you post both your local.dev and 9thcircle.dev vhost here? Are either of them altered in any way? When did you last completely destroy and recreate your vagrant box?

from vagrant-lamp.

JanVerkoyen avatar JanVerkoyen commented on July 16, 2024

$ vagrant reload --provision
Worked! Thanks

from vagrant-lamp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.