I would add, that creating the link /etc/apache2/conf-available/dokuwiki.conf is not enough if dokuwiki is installed in the root path, e.g. wiki.example.com. In that case javascript-common.conf, which is dependency, will be read only after dokuwiki.conf. The order is important, the javascript-common "Alias /javascript /usr/share/javascript/" directive must come first, before the dokuwiki "Alias / /usr/share/dokuwiki/" directive. Using the link name zzzdokuwiki.conf, for example, solves the ordering issue.
I do not know Apache2 enough, but I guess a more elegant solution would be to adding dokuwiki to apache as a virtual host, instead of a server level configuration. In that case the name of the link would not affect the behavior. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

