Webapp-config and mediawiki vhosts
From thelinuxwiki
1. install mediawiki via your native package manager (yum, apt-get, emerge...)
2. install multiple virtual instances / copies of mediawiki to single domain/website
# webapp-config --soft -h example.com/wiki_1 -I mediawiki 1.18.2 # webapp-config --soft -h example.com/wiki_2 -I mediawiki 1.18.2
I used soft links because my root and var are on separate file systems (partitions)
3. complete the install of mediawiki as normal for all the virtual instances using your browser