I need a way to expose alternate paths to apache. This is a super common pattern for "decoupled drupal".
This branch adds a Hosting_vhosts module, which is very similar to Hosting Alias and Subdir: It will allow editors of site nodes to add "URL/Path" pairs to set virtual directories in Apache.
The front-end works, CRUD for vhosts.
Still need to pass to backend and update provision to handle this and alter the vhost template.
Comments