wiki will run just fine with Lighttpd and PHP through FastCGI.
/etc/dokuwiki/lighttpd.confcd /etc/lighttpd/conf-availableln /etc/dokuwiki/lighttpd.conf 50-dokuwiki.conf/etc/lighttpd/conf-available/50-dokuwiki.conf -> /etc/dokuwiki/lighttpd.conf
lighttpd-enable-mod dokuwiki/etc/init.d/lighttpd force-reloadalias.url += ("/dokuwiki" => "/usr/share/dokuwiki")
$HTTP["url"] =~ "^/dokuwiki" {
server.follow-symlink = "enable"
}
$HTTP["url"] =~ "/(\.|_)ht" {
url.access-deny = ( "" )
}
$HTTP["url"] =~ "^/dokuwiki/(bin|data|inc|conf)" {
url.access-deny = ( "" )
}