
httpd-perl-startup.pl - Sample mod_perl startup file

In httpd.conf: PerlRequire /etc/httpd/perl/httpd-perl-startup.pl

%wikis = (
'wiki-name' => {
_title => 'Wiki Title',
_uri => '/wiki-uri',
_public => 0|1
}
)
All the keys are optional. If _public is 0, the Wiki will be password-protected. If 1, it will use Apache::MiniWiki::access_handler, which allows public viewing, and requires a password to edit (not entirely Wiki-nature, I know).