I’ve found plenty of information for running Apache2 within Vangrant, but unfortunately I need to do the exact opposite from a practical standpoint. I currently have an Ubuntu 22.04 system with Apache2 running 7 virtualhosts. I have isolated 6 of them outside of /var/www. The 7th is located at /var/www and is the one in question. Ideally, I need for requests to that specific virtualhost and only that virtualhost to be handled by Vagrant. How might I accomplish this, without disrupting Apache2 from handling the other virtualhosts? Thanks,