| Swank Wiki | |
|
Recently Visited
Swank v0.04.04 |
Type: task
Notes Note: swank already supports a form of wiki farm, in which a single installation can support multiple document roots, but the configuration is done in the apache conf file by setting the document root for each virtual host. Apache uses the first virtual host as a default for missing or unrecognized Host: request headers. This can be used with wildcard DNS to do some automatic wiki farming, without needing to alter the apache configuration. The enhancement needed is for the virtual host to be recognized, and for the system to route the request to a virtual document root somehow. The difficulty is making sure the virtual site has access to all the minimal files it needs to function, and that it is indexed as a separate unit. DesignSwank::WikiFarm overrides handler --
method for setting up new wiki
|