# Set WIKI_COUNT to the number of different moin.fcg instances you have # Then set WIKI_NAME[n], WIKI_FCGI[n], and WIKI_PORT[n] appropriately WIKI_COUNT=1 WIKI_NAME[1]="Example One" WIKI_FCGI[1]=/var/www/mywiki/cgi-bin/moin.fcg WIKI_PORT[1]=8888 WIKI_NAME[2]="Example Two" WIKI_FCGI[2]=/var/www/otherwiki/cgi-bin/moin.fcg WIKI_PORT[2]=8889