Last year, after being a long time user of a WAMP stack, I switched over to Homestead on Vagrant. For a non-Laravel development project, I am required to use Apache Server. I know that it is possible to install Apache server on Homestead and then add Virtual Hosts for each site, but this seems a bit impractical. The sites in the Homestead.yaml file work with Nginx but don't seem to work with Apache.
My questions are:
- Is there away of creating the Virtual Hosts automatically in Apache?
- Is there another Vagrant box that would do this or that you can recommend for use with Apache?
- Am I just missing something?
I'm kind of a noob in these things. Any help is greatly appreciated!