From: Jim C. <ji...@in...> - 2004-05-21 22:21:57
|
On May 21, 2004, at 10:44 PM, Reini Urban wrote: > Jim Cheetham schrieb: >> On May 14, 2004, at 3:53 PM, Jim Cheetham wrote: > But it's trivial to move config/ outside the webtree. > There is just one place where it's used, in index.php. > > Debian for example will most likely put it into /etc/phpwiki/config.ini > How difficult would it be to virtualise the entire wiki? I'd like to be able to install the Debian package once, probably into /usr/share/phpwiki/ ... and then in various VirtualHosts be able to declare a (uniquely-named) wiki, that would be able to pick a different config file (and possibly a different 'additional lib' for plugins) ... Perhaps that would live better in an index.php file ... <?php PhpWiki config="UniqueWiki1" ?> Then one package upgrade in /usr/share/phpwiki would effectively upgrade every wiki instance on my server. -jim |