Use folder of symlinks as data structure for tracking subsites.
Allow for cleanup outdated config for sites that have been removed
Subsite config is removed by d7_httpd_conf.sh, which was chosen over direct removal in to maintain the currently minimal coupling between subsite and master. This also fits better with the pattern that a script modifies the path specified as its first argument.
Motivation and Context
Closes #109 by providing a process for removing subsite config from master after subsite is cleaned.
Subsite config is removed by
d7_httpd_conf.sh
, which was chosen over direct removal in to maintain the currently minimal coupling between subsite and master. This also fits better with the pattern that a script modifies the path specified as its first argument.Motivation and Context
Closes #109 by providing a process for removing subsite config from master after subsite is cleaned.
Testing
In progress.