DokuWiki

It's better when it's simple

User Tools

Site Tools


install:darklight

Darklight

DokuWiki will run just fine with Darklight and PHP through CGI.

Ensure the stage2 handler for your site's root directory includes php, and that the stage1 handler for the data, inc, bin, and conf directories is set to none. Your hosts.conf entry should look something like:

site wiki.example.com http {
        root /srv/web/wiki.example.com/htdocs index.php ok php,default
        path data index.php none none
        path conf index.php none none
        path inc index.php none none
        path bin index.php none none
}

You may also need to set the cookiedir setting in DokuWiki's conf/local.php before user logins will work.

$conf['cookiedir'] = '/';
install/darklight.txt · Last modified: 2014-08-27 20:34 by 203.143.236.122

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki